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
public class PointCloudColorSettings : IDisposable
| Name | Return Type | Description |
|---|---|---|
| PointCloudColorSettings() | None | Constructs color settings object with default colors. |
| PointCloudColorSettings(Color, Color) | None | Constructs color settings object from given colors. |
| PointCloudColorSettings(PointCloudColorMode) | None | Constructs color settings object with default color for given color mode. |
| PointCloudColorSettings(PointCloudColorSettings) | None | Constructs a copy of source object. |
| Name | Return Type | Description |
|---|---|---|
| Assign(PointCloudColorSettings) | None | Assigns values of the source settings to this object. |
| Dispose() | None | Releases all resources used by the |
| IsEqual(PointCloudColorSettings) | bool | Check if the contents of two settings are equal. |
| Name | Return Type | Description |
|---|---|---|
| Color1 | Color | Color 1 |
| Color2 | Color | Color 2 |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |