Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbPointCloudColorMap
C++
class AcDbPointCloudColorMap : public AcDbObject;
File
AcDbPointCloudColorMap.h
Description
The AcDbPointCloudColorMap class stores all color map ramp definitions. There is only one AcDbPointCloudColorMap object per database. The user can use getColorMap() to retrieve the AcDbPointCloudColorMap object. There are two kinds of color ramps:
- intensity or elevation color ramps (which are used when the point cloud is stylized by intensity or elevation)
- classification color ramps (which are used when the point cloud is stylized by classification).