2021 Class
Changes 0
C

PointCloudOverrides

Description:
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
public class PointCloudOverrides : IDisposable
Name Return Type Description
C PointCloudOverrides() None Constructs empty overrides object.
Name Return Type Description
M ArePointCloudOverrideSettingsValid(String, PointCloudOverrideSettings) bool Checks if PointCloudOverrideSettings are valid
M Assign(PointCloudOverrides) None Assigns values of the source overrides to this object.
M Dispose() None Releases all resources used by the
M GetPointCloudRegionOverrideSettings(ElementId) PointCloudOverrideSettings Gets region override settings assigned to the whole PointCloudInstance element.
M GetPointCloudRegionOverrideSettings(ElementId, String, Document) PointCloudOverrideSettings Gets override settings assigned to a particular region within a PointCloudInstance element.
M GetPointCloudScanOverrideSettings(ElementId) PointCloudOverrideSettings Gets scan override settings assigned to the whole PointCloudInstance element.
M GetPointCloudScanOverrideSettings(ElementId, String, Document) PointCloudOverrideSettings Gets override settings assigned to a particular scan within a PointCloudInstance element.
M IsEqual(PointCloudOverrides) bool Check if the contents of two overrides are equal.
M SetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings) None Assigns region override settings to the whole PointCloudInstance element.
M SetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document) None Assigns override settings to a particular region within a PointCloudInstance element.
M SetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings) None Assigns scan override settings to the whole PointCloudInstance element.
M SetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document) None Assigns scan override settings to a particular scan within a PointCloudInstance element.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.