Click or drag to resize

CurveIsPlanar Method (Double)

Test a curve for planarity.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsPlanar(
	double tolerance
)

Parameters

tolerance
Type: SystemDouble
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.
See Also