Namespace:
Autodesk.Revit.DB.PointClouds
PointCloudColorSettings
Class
Description:
The color settings which are applied to a PointCloudInstance element, or one of its scans.
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 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
PointCloudColorSettings Class Members:
| Name | Description | Inherited From |
|---|---|---|
| PointCloudColorSettings() | Constructs color settings object with default colors. | |
| PointCloudColorSettings(PointCloudColorMode) | Constructs color settings object with default color for given color mode. | |
| PointCloudColorSettings(PointCloudColorSettings) | Constructs a copy of source object. | |
| PointCloudColorSettings(Color, Color) | Constructs color settings object from given colors. |
| Name | Description | Inherited From |
|---|---|---|
| Color1 | Color 1 | |
| Color2 | Color 2 | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
| Name | Description | Inherited From |
|---|---|---|
| Assign | Assigns values of the source settings to this object. | |
| Dispose | Releases all resources used by the PointCloudColorSettings | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsEqual | Check if the contents of two settings are equal. | |
| ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |