M_Rhino_Geometry_Circle_IsInPlane - mcneel/rhinocommon-api-docs GitHub Wiki

Circle.IsInPlane Method

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

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

Syntax

C#

public bool IsInPlane(
	Plane plane,
	double tolerance
)

VB

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

Parameters

 

plane
Type: Rhino.Geometry.Plane
Plane.
tolerance
Type: System.Double
Tolerance to use.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Circle Structure
Rhino.Geometry Namespace

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