C++
enum Property { kColor = 1, kIntensity = 2, kClassification = 3, kNormal = 4, kSegmentation = 5, kGeoGraphic = 6, kTerrestrialClassification = 7 };
File
AcDbPointCloudDefEx.h
Members
Members | Description |
---|---|
kColor | The Color property. |
kIntensity | The Intensity property. |
kClassification | The Classification property. |
kNormal | The Normal property. |
kSegmentation | The Segmentation property. |
kGeoGraphic | The Geo Graphic property. |
kTerrestrialClassification | The Classification property for terrestrial scans. |
Description
This enumeration defines the types of properties that a point cloud can have.
Previous Declaration
enum Property {
kColor = 1,
kIntensity = 2,
kClassification = 3,
kNormal = 4,
kSegmentation = 5,
kGeoGraphic = 6
};
History
AutoCAD 2026
kTerrestrialClassification constant was added.