PointCloudColorSettings
The color settings which are applied to a PointCloudInstance element, or one of its scans.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.PointClouds.PointCloudColorSettings
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class PointCloudColorSettings : IDisposable
The PointCloudColorSettings type exposes the following members.
Constructors
Name
Description
Public Method
PointCloudColorSettings.
Constructs color settings object with default colors.
Public Method
PointCloudColorSettings(PointCloudColorMode)
Constructs color settings object with default color for given color mode.
Public Method
PointCloudColorSettings(PointCloudColorSettings)
Constructs a copy of source object.
Public Method
PointCloudColorSettings(Color, Color)
Constructs color settings object from given colors.
Properties
Name
Description
Public Property
Color1
Color 1
Public Property
Color2
Color 2
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Methods
Name
Description
Public Method
Assign
Assigns values of the source settings to this object.
Public Method
Dispose
Releases all resources used by the PointCloudColorSettings
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
IsEqual
Check if the contents of two settings are equal.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)
Remarks
For different color modes (PointCloudColorMode), the color settings mean different things:
- for single color, color1 means the display color
- for other modes (intensity, elevation), color1 and color2 form a gradient from min to max
- for no overrides and normals, color1 and color2 are not used