PointCloudColorMode Enumeration

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
Public Enumeration PointCloudColorMode
public enum class PointCloudColorMode
type 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