2021 Members
Changes 4
M

PointCloudFilter

Name Return Type Description Inherited From
M Clone() PointCloudFilter Returns a copy of the filter. The engine is permitted to copy the filter multiple times e.g. to parallelize filtering.
M Dispose() None Releases all resources used by the PointCloudFilter
M Equals None (Inherited from Object .) Object .
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M PrepareForCell(XYZ, XYZ, Int32) None Informs the filter that a series of points within a given cell is about to be checked.
M TestCell(XYZ, XYZ) int Checks whether a given cell, i.e. a box aligned with the XYZ axes, is inside, outside or on the border of the volume of interest.
M TestPoint(CloudPoint) bool Checks if a point is inside the volume of interest.
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.