M_Rhino_Geometry_Circle_IsInPlane - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool IsInPlane(
Plane plane,
double tolerance
)
VB
Public Function IsInPlane (
plane As Plane,
tolerance As Double
) As Boolean
- plane
- Type: Rhino.Geometry.Plane
Plane. - tolerance
- Type: System.Double
Tolerance to use.
Type: Boolean
true if the circle plane is co-planar with the given plane within tolerance.
Supported in: 6.0.16224.21491, 5D58w