NurbCurve3d(Point3dCollection,
Vector3dCollection, Boolean) Constructor
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public NurbCurve3d(
Point3dCollection fitPoints,
Vector3dCollection fitTangents,
bool periodic
)
Public Sub New (
fitPoints As Point3dCollection,
fitTangents As Vector3dCollection,
periodic As Boolean
)
public:
NurbCurve3d(
Point3dCollection^ fitPoints,
Vector3dCollection^ fitTangents,
bool periodic
)
new :
fitPoints : Point3dCollection *
fitTangents : Vector3dCollection *
periodic : bool -> NurbCurve3d
Parameters
- fitPoints Point3dCollection
-
- fitTangents Vector3dCollection
-
- periodic Boolean
-
See Also