Checks if a point is inside the volume of interest.
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public virtual bool TestPoint( CloudPoint point ) |
| Visual Basic |
|---|
Public Overridable Function TestPoint ( _ point As CloudPoint _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool TestPoint( CloudPoint point ) |
Parameters
- point
- Type: Autodesk.Revit.DB.PointClouds..::..CloudPoint
The point to be tested.