Click or drag to resize

CircleIsInPlane Method

Evaluates whether or not this circle is co-planar with a given plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsInPlane(
	Plane plane,
	double tolerance
)

Parameters

plane
Type: Rhino.GeometryPlane
Plane.
tolerance
Type: SystemDouble
Tolerance to use.

Return Value

Type: Boolean
true if the circle plane is co-planar with the given plane within tolerance.
See Also