Overload_Rhino_Geometry_Curve_TryGetArc - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
TryGetArc(Arc) | Try to convert this curve into an Arc using RhinoMath.ZeroTolerance. |
![]() |
TryGetArc(Arc, Double) | Try to convert this curve into an Arc using a custom tolerance. |
![]() |
TryGetArc(Plane, Arc) | Try to convert this curve into an Arc using RhinoMath.ZeroTolerance. |
![]() |
TryGetArc(Plane, Arc, Double) | Try to convert this curve into an Arc using a custom tolerance. |