PointCloudColorMode Enumeration

Color mode of a point cloud or part of a point cloud

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum PointCloudColorMode
Members
Member nameValueDescription
Elevation2 Color by elevation
FixedColor1 Show a single color
Intensity3 Color by intensity (reflectivity)
NoOverride0 Show the actual colors
Normals4 Color by normal vectors
See Also