Method that inserts a new fit point into the spline.
Name | Type | Description |
FitPoint | Object | Input object that specifies the position of the new fit point. This can be either a SketchPoint or Point2d object. In the case where a Point2d object is input, a SketchPoint will be created at that location. |
TargetIndex | Long | Input Long that specifies the existing fit point to insert the new fit point next to. This is an optional argument whose default value is 0. |
InsertBefore | Boolean | Input Boolean indicating if the fit point should be inserted before or after the target index. This is an optional argument whose default value is True. |
Name | Description |
Sketch Spline | This sample demonstrates creating and manipulating a sketch spline. |