Circle.IsInPlane Method

CircleIsInPlane Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsInPlane(
	Plane plane,
	double tolerance
)
Public Function IsInPlane ( 
	plane As Plane,
	tolerance As Double
) As Boolean

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also