Creates a new fitted spline through the specified points.
"sketchFittedSplines_var" is a variable referencing a SketchFittedSplines object. |
"sketchFittedSplines_var" is a variable referencing a SketchFittedSplines object. |
| Type | Description |
| SketchFittedSpline | Returns the newly created SketchFittedSpline object if the creation was successful or null if it failed. |
| Name | Type | Description |
| fitPoints | ObjectCollection | A collection of points that the curve will fit through. They can be any combination of existing SketchPoint or Point3D objects. |
| Name | Description |
| GeometricConstraints.addSmooth | Demonstrate the GeometricConstraints.addSmooth method. |
| SketchFittedSplines.add | Demonstrates the SketchFittedSplines.add method. |
| Sketch spline through points creation and relative functions API Sample | Create a sketch spline with points and use some operations for spline tangent handle & curvature handle. |