Skip to content

Overload_Rhino_Geometry_Curve_TryGetArc

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Curve.TryGetArc Method

Overload List

 

Name Description
Public method TryGetArc(Arc) Try to convert this curve into an Arc using RhinoMath.ZeroTolerance.
Public method TryGetArc(Arc, Double) Try to convert this curve into an Arc using a custom tolerance.
Public method TryGetArc(Plane, Arc) Try to convert this curve into an Arc using RhinoMath.ZeroTolerance.
Public method TryGetArc(Plane, Arc, Double) Try to convert this curve into an Arc using a custom tolerance.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

Clone this wiki locally