Checks if a point is inside the volume of interest.
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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.