AcDbPointCloudColorMap Class

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:

The color ramps are indexed by GUIDs inside the AcDbPointCloudColorMap object and point clouds reference these ramps by GUIDs.

Links

AcDbPointCloudColorMap Methods