PointCloudOverrideSettings
Description:
The graphic override settings for one PointCloudInstance element or one of its scans.
The graphic override settings for one PointCloudInstance element or one of its scans.
public class PointCloudOverrideSettings : IDisposable
| Name | Return Type | Description |
|---|---|---|
| PointCloudOverrideSettings() | None | Constructs a settings object with default values. |
| PointCloudOverrideSettings(PointCloudOverrideSettings) | None | Constructs a copy of source object. |
| Name | Return Type | Description |
|---|---|---|
| Assign(PointCloudOverrideSettings) | None | Assigns values of the source settings to this object. |
| Dispose() | None | Releases all resources used by the |
| GetModeOverride(PointCloudColorMode) | PointCloudColorSettings | Lookup color settings for the given color mode. |
| IsEqual(PointCloudOverrideSettings) | bool | Checks if the contents of two settings are equal. |
| SetModeOverride(PointCloudColorMode, PointCloudColorSettings) | None | Sets color settings for the given color mode. |
| Name | Return Type | Description |
|---|---|---|
| ColorMode | PointCloudColorMode | The current color mode for the PointCloudInstance element or its scan. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Visible | bool | Visibility flag for point cloud scans. |