NurbCurve3d(Int32,
PolylineCurve3d, Boolean) Constructor
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public NurbCurve3d(
int degree,
PolylineCurve3d fitPolyline,
bool periodic
)
Public Sub New (
degree As Integer,
fitPolyline As PolylineCurve3d,
periodic As Boolean
)
public:
NurbCurve3d(
int degree,
PolylineCurve3d^ fitPolyline,
bool periodic
)
new :
degree : int *
fitPolyline : PolylineCurve3d *
periodic : bool -> NurbCurve3d
Parameters
- degree Int32
-
- fitPolyline PolylineCurve3d
-
- periodic Boolean
-
See Also