<Code Lib>
2025.3 Class
Changes 0
C

PointCloudColorSettings

Description:
The color settings which are applied to a PointCloudInstance element, or one of its scans.
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
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.PointClouds.PointCloudColorSettings

public class PointCloudColorSettings : IDisposable

Name Return Type Description Inherited From
C PointCloudColorSettings() PointCloudColorSettings Constructs color settings object with default colors.
C PointCloudColorSettings(PointCloudColorMode) PointCloudColorSettings Constructs color settings object with default color for given color mode.
C PointCloudColorSettings(PointCloudColorSettings) PointCloudColorSettings Constructs a copy of source object.
C PointCloudColorSettings(Color, Color) PointCloudColorSettings Constructs color settings object from given colors.

Name Return Type Description Inherited From
M Assign(PointCloudColorSettings) None Assigns values of the source settings to this object.
M Dispose() None Releases all resources used by the PointCloudColorSettings
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsEqual(PointCloudColorSettings) Boolean Check if the contents of two settings are equal.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object

Name Return Type Description Inherited From
P Color1 Color Color 1
P Color2 Color Color 2
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.

Loading…