NurbCurve3dSetFitData(Point3dCollection,
Vector3d, Vector3d,
KnotParameterizationEnum, Tolerance) Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetFitData(
Point3dCollection fitPoints,
Vector3d startTangent,
Vector3d endTangent,
KnotParameterizationEnum knotParam,
Tolerance fitTolerance
)
Public Sub SetFitData (
fitPoints As Point3dCollection,
startTangent As Vector3d,
endTangent As Vector3d,
knotParam As KnotParameterizationEnum,
fitTolerance As Tolerance
)
public:
void SetFitData(
Point3dCollection^ fitPoints,
Vector3d startTangent,
Vector3d endTangent,
KnotParameterizationEnum knotParam,
Tolerance fitTolerance
)
member SetFitData :
fitPoints : Point3dCollection *
startTangent : Vector3d *
endTangent : Vector3d *
knotParam : KnotParameterizationEnum *
fitTolerance : Tolerance -> unit
Parameters
- fitPoints Point3dCollection
-
- startTangent Vector3d
-
- endTangent Vector3d
-
- knotParam KnotParameterizationEnum
-
- fitTolerance Tolerance
-
See Also