M_Rhino_Geometry_Curve_IsInPlane - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.IsInPlane Method (Plane)

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool IsInPlane(
	Plane testPlane
)

VB

Public Function IsInPlane ( 
	testPlane As Plane
) As Boolean

Parameters

 

testPlane
Type: Rhino.Geometry.Plane
Plane to test for.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
IsInPlane Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️