Class Hierarchy
AcRxObject
AcGiDrawable
AcHeapOperators
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).
The color ramps are indexed by GUIDs inside the AcDbPointCloudColorMap object and point clouds reference these ramps by GUIDs.
Links
AcDbPointCloudColorMap Methods