PointCloudProperty Enumeration
|
This enumeration defines the types of
properties available for a point cloud.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum PointCloudProperty
Public Enumeration PointCloudProperty
public enum class PointCloudProperty
Members
Member name |
Value |
Description |
Color |
1 |
The Color property. |
Intensity |
2 |
The Intensity property. |
Classification |
3 |
The Classification property. |
Normal |
4 |
The Normal property. |
See Also