M_Rhino_Geometry_Curve_IsInPlane_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.IsInPlane Method (Plane, Double)

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,
	double tolerance
)

VB

Public Function IsInPlane ( 
	testPlane As Plane,
	tolerance As Double
) As Boolean

Parameters

 

testPlane
Type: Rhino.Geometry.Plane
Plane to test for.
tolerance
Type: System.Double
Tolerance to use when checking.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
IsInPlane Overload
Rhino.Geometry Namespace

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