2027 Members
Changes 0
M

IPointCloudAccess Methods

Name Return Type Description
M CreatePointSetIterator(PointCloudFilter, ElementId) IPointSetIterator Implement this method to return an iterator for iterating over blocks of this point cloud.
M CreatePointSetIterator(PointCloudFilter, Double, ElementId) IPointSetIterator Implement this method to return an iterator for iterating over blocks of this point cloud.
M Free() None Completes the lifetime of the object providing this interface.
M GetColorEncoding() PointCloudColorEncoding Returns the encoding used by points in this point cloud.
M GetExtent() Outline Implement this method to returns an object that contains the bounding box of the entire point cloud, aligned to the point cloud coordinate system.
M GetName() String Implement this method to return the name of the point cloud that will be used when Revit needs to refer to the point cloud type, e.g. in the Manage Links dialog or in the Type Properties dialog.
M GetOffset() XYZ Implement this method to return the offset stored in the point cloud.
M GetUnitsToFeetConversionFactor() Double Implement this method to return the conversion factor from the units of the point cloud to feet.
M ReadPoints(PointCloudFilter, ElementId, IntPtr, Int32) Int32 Implement this method so that on successive invocations it will return distinct subsets of points which meet the criterion.