NurbCurve3dMakeClosed
Method
|
Makes an open spline closed, and returns a
reference to this spline.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public:
void MakeClosed()
member MakeClosed : unit -> unit
Remarks
If this spline is
already closed, the method does nothing. A closed spline is made by
creating a smooth spline between the first and last points and
joining it with the initial spline.
See Also