<Code Lib>
2026 Method
Changes 0
M

PointCloudFilter.TestPoint

Description:
Checks if a point is inside the volume of interest.

public virtual bool TestPoint(
	CloudPoint point
)

Return Value Boolean If true, the point is accepted, if false, the point is not accepted.

Loading…