Curve.IsInPlane Method (Plane)

CurveIsInPlane Method (Plane)

Test a curve to see if it lies in a specific plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsInPlane(
	Plane testPlane
)
Public Function IsInPlane ( 
	testPlane As Plane
) As Boolean

Parameters

testPlane
Type: Rhino.GeometryPlane
Plane to test for.

Return Value

Type: Boolean
true if the maximum distance from the curve to the testPlane is <= RhinoMath.ZeroTolerance.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also