M_Rhino_Geometry_Curve_IsInPlane - mcneel/rhinocommon-api-docs GitHub Wiki
Test a curve to see if it lies in a specific plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool IsInPlane(
Plane testPlane
)
VB
Public Function IsInPlane (
testPlane As Plane
) As Boolean
- testPlane
- Type: Rhino.Geometry.Plane
Plane to test for.
Type: Boolean
true if the maximum distance from the curve to the testPlane is <= RhinoMath.ZeroTolerance.
Supported in: 6.0.16224.21491, 5D58w