PointCloudOverrides
Graphic overrides that are stored by a view to be applied to a PointCloudInstance element, or a scan within the element.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.PointClouds.PointCloudOverrides
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class PointCloudOverrides : IDisposable
The PointCloudOverrides type exposes the following members.
Constructors
Name
Description
Public Method
PointCloudOverrides
Constructs empty overrides object.
Properties
Name
Description
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Methods
Name
Description
Public Method
Static Member
ArePointCloudOverrideSettingsValid
Checks if PointCloudOverrideSettings are valid
Public Method
Assign
Assigns values of the source overrides to this object.
Public Method
Dispose
Releases all resources used by the PointCloudOverrides
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetPointCloudRegionOverrideSettings(ElementId)
Gets region override settings assigned to the whole PointCloudInstance element.
Public Method
GetPointCloudRegionOverrideSettings(ElementId, String, Document)
Gets override settings assigned to a particular region within a PointCloudInstance element.
Public Method
GetPointCloudScanOverrideSettings(ElementId)
Gets scan override settings assigned to the whole PointCloudInstance element.
Public Method
GetPointCloudScanOverrideSettings(ElementId, String, Document)
Gets override settings assigned to a particular scan within a PointCloudInstance element.
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
IsEqual
Check if the contents of two overrides are equal.
Public Method
SetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings)
Assigns region override settings to the whole PointCloudInstance element.
Public Method
SetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document)
Assigns override settings to a particular region within a PointCloudInstance element.
Public Method
SetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings)
Assigns scan override settings to the whole PointCloudInstance element.
Public Method
SetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document)
Assigns scan override settings to a particular scan within a PointCloudInstance element.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)