M_Rhino_Geometry_Curve_TryGetArc_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Try to convert this curve into an Arc using RhinoMath.ZeroTolerance.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool TryGetArc(
Plane plane,
out Arc arc
)
VB
Public Function TryGetArc (
plane As Plane,
<OutAttribute> ByRef arc As Arc
) As Boolean
- plane
- Type: Rhino.Geometry.Plane
Plane in which the comparison is performed. - arc
- Type: Rhino.Geometry.Arc
On success, the Arc will be filled in.
Type: Boolean
true if the curve could be converted into an arc within the given plane.
Supported in: 6.0.16224.21491, 5D58w