NurbsCurve.CreateFromCircle Method

NurbsCurveCreateFromCircle Method

Overload List
  NameDescription
Public methodStatic memberCreateFromCircle(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 memberCreateFromCircle(Circle, Int32, Int32)
Create a uniform non-ratonal cubic NURBS approximation of a circle.
Top
See Also