Share

PointCloudFilter.TestPoint Method

Checks if a point is inside the volume of interest.


Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public virtual bool TestPoint(
	CloudPoint point
)

Parameters

point  CloudPoint
The point to be tested.

Return Value

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

See Also

Reference

Was this information helpful?