Overload_Rhino_Geometry_NurbsCurve_CreateFromCircle - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() ![]() |
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. |
![]() ![]() |
CreateFromCircle(Circle, Int32, Int32) | Create a uniform non-ratonal cubic NURBS approximation of a circle. |