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