PointCloudColorSettings
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
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.PointClouds.PointCloudColorSettings
System.Object
Autodesk.Revit.DB.PointClouds.PointCloudColorSettings
public class PointCloudColorSettings : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| PointCloudColorSettings() | None | Constructs color settings object with default colors. | |
| PointCloudColorSettings(PointCloudColorMode) | None | Constructs color settings object with default color for given color mode. | |
| PointCloudColorSettings(PointCloudColorSettings) | None | Constructs a copy of source object. | |
| PointCloudColorSettings(Color, Color) | None | Constructs color settings object from given colors. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Assign(PointCloudColorSettings) | None | Assigns values of the source settings to this object. | |
| Dispose() | None | Releases all resources used by the PointCloudColorSettings | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsEqual(PointCloudColorSettings) | Boolean | Check if the contents of two settings are equal. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |