PointCloudColorMode Enumeration

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

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