RVTDocs.com

PointCloudFilter.TestPoint

Method
Description:
Checks if a point is inside the volume of interest.
Syntax
public virtual bool TestPoint(
	CloudPoint point
)
Parameters
Parameter Type Description
point CloudPoint The point to be tested.
Return Value
Type Description
Boolean If true, the point is accepted, if false, the point is not accepted.