Share

PointCloudOverrides Class

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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public class PointCloudOverrides : IDisposable

The PointCloudOverrides type exposes the following members.

Constructors

 NameDescription
Public methodPointCloudOverrides Constructs empty overrides object.

Properties

 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.

Methods

 NameDescription
Public methodStatic memberArePointCloudOverrideSettingsValid Checks if PointCloudOverrideSettings are valid
Public methodAssign Assigns values of the source overrides to this object.
Public methodDisposeReleases all resources used by the PointCloudOverrides
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPointCloudRegionOverrideSettings(ElementId) Gets region override settings assigned to the whole PointCloudInstance element.
Public methodGetPointCloudRegionOverrideSettings(ElementId, String, Document) Gets override settings assigned to a particular region within a PointCloudInstance element.
Public methodGetPointCloudScanOverrideSettings(ElementId) Gets scan override settings assigned to the whole PointCloudInstance element.
Public methodGetPointCloudScanOverrideSettings(ElementId, String, Document) Gets override settings assigned to a particular scan within a PointCloudInstance element.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsEqual Check if the contents of two overrides are equal.
Public methodSetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings) Assigns region override settings to the whole PointCloudInstance element.
Public methodSetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document) Assigns override settings to a particular region within a PointCloudInstance element.
Public methodSetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings) Assigns scan override settings to the whole PointCloudInstance element.
Public methodSetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document) Assigns scan override settings to a particular scan within a PointCloudInstance element.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?