2022 Method
Changes 0
M

NurbSpline.CreateCurve

Description:
Creates a new geometric Curve object by converting the given HermiteSpline. The created curve may be a NURBSpline or a simpler curve such as line or arc.
Remarks:
The function does not support periodic Hermite curve.
public static Curve CreateCurve(
	HermiteSpline hermiteSpline
)
Return Value Curve The new Curve object.