RhinoCommon API
CurveIsInPlane Method (Plane, Double) |
Test a curve to see if it lies in a specific plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool IsInPlane( Plane testPlane, double tolerance )
Public Function IsInPlane ( testPlane As Plane, tolerance As Double ) As Boolean
Parameters
- testPlane
- Type: Rhino.GeometryPlane
Plane to test for. - tolerance
- Type: SystemDouble
Tolerance to use when checking.
Return Value
Type: Booleantrue if the maximum distance from the curve to the testPlane is <= tolerance.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8