API Reference > OdDbPointCloud Classes > OdDbPointCloudDefEx Class > OdDbPointCloudDefEx Enumerations > OdDbPointCloudDefEx::Property Enumeration
OdDbPointCloudDefEx::Property Enumeration
Syntax
C++
enum Property { kColor = 1, kIntensity = 2, kClassification = 3, kNormal = 4, kSegmentation = 5, kGeoGraphic = 6 };

DbPointCloudDefEx.h

Members 
Description 
kColor = 1 
The Color property. 
kIntensity = 2 
The Intensity property. 
kClassification = 3 
The Classification property. 
kNormal = 4 
The Normal property. 
kSegmentation = 5 
The Segmentation property. 
kGeoGraphic = 6 
The Geo Graphic property. 

This enumeration defines the types of properties available for a point cloud.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.