PolylineCurve3d(KnotCollection,
Point3dCollection) Constructor
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public PolylineCurve3d(
KnotCollection knots,
Point3dCollection controlPoints
)
Public Sub New (
knots As KnotCollection,
controlPoints As Point3dCollection
)
public:
PolylineCurve3d(
KnotCollection^ knots,
Point3dCollection^ controlPoints
)
new :
knots : KnotCollection *
controlPoints : Point3dCollection -> PolylineCurve3d
Parameters
- knots KnotCollection
-
- controlPoints Point3dCollection
-
See Also