CubicSplineCurve2d(Point2dCollection,
Tolerance) Constructor
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public CubicSplineCurve2d(
Point2dCollection fitPoints,
Tolerance tolerance
)
Public Sub New (
fitPoints As Point2dCollection,
tolerance As Tolerance
)
public:
CubicSplineCurve2d(
Point2dCollection^ fitPoints,
Tolerance tolerance
)
new :
fitPoints : Point2dCollection *
tolerance : Tolerance -> CubicSplineCurve2d
Parameters
- fitPoints Point2dCollection
-
- tolerance Tolerance
-
See Also