M_Rhino_Geometry_NurbsCurve_CreateFromArc - mcneel/rhinocommon-api-docs GitHub Wiki
Gets a rational degree 2 NURBS curve representation of the arc. Note that the parameterization of NURBS curve does not match arc's transcendental paramaterization.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static NurbsCurve CreateFromArc(
Arc arc
)
VB
Public Shared Function CreateFromArc (
arc As Arc
) As NurbsCurve
- arc
- Type: Rhino.Geometry.Arc
[Missing documentation for "M:Rhino.Geometry.NurbsCurve.CreateFromArc(Rhino.Geometry.Arc)"]
Type: NurbsCurve
Curve on success, null on failure.
Supported in: 6.0.16224.21491, 5D58w
NurbsCurve Class
CreateFromArc Overload
Rhino.Geometry Namespace