Skip to content

Overload_Rhino_Geometry_NurbsCurve_CreateFromCircle

Will Pearson edited this page Aug 12, 2016 · 1 revision

NurbsCurve.CreateFromCircle Method

Overload List

 

Name Description
Public methodStatic member CreateFromCircle(Circle) Gets a rational degree 2 NURBS curve representation of the circle. Note that the parameterization of NURBS curve does not match circle's transcendental paramaterization. Use GetRadianFromNurbFormParameter() and GetParameterFromRadian() to convert between the NURBS curve parameter and the transcendental parameter.
Public methodStatic member CreateFromCircle(Circle, Int32, Int32) Create a uniform non-ratonal cubic NURBS approximation of a circle.
  Back to Top

See Also

Reference

NurbsCurve Class
Rhino.Geometry Namespace

Clone this wiki locally