M_Rhino_Geometry_Curve_IsPlanar_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.IsPlanar Method (Double)

Test a curve for planarity.

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

Syntax

C#

public bool IsPlanar(
	double tolerance
)

VB

Public Function IsPlanar ( 
	tolerance As Double
) As Boolean

Parameters

 

tolerance
Type: System.Double
Tolerance to use when checking.

Return Value

Type: Boolean
true if there is a plane such that the maximum distance from the curve to the plane is <= tolerance.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
IsPlanar Overload
Rhino.Geometry Namespace

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