Method that creates a sketch spline through the set of input points.
Name | Type | Description |
FitPoints | ObjectCollection | Input that contains the set of points to fit the curve through. The points can be either existing SketchPoint3D objects, SketchPointobjects, workpoints or vertices. If the input is not a SketchPoint3D object, a SketchPoint3D object is automatically created at the position of the input point. The curve passes through all of the fit points and is related to them by the SplineFitPointsConstraint3D object, which is also automatically created. |
FitMethod | SplineFitMethodEnum | Property that indicates the fit method (SplineFitMethodEnum) used for the spline. This is an optional argument whose default value is 26370. |