Creates a new fit point at the specified parameter value.
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object. |
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object. |
| Type | Description |
| SketchPoint | Returns the newly created SketchPoint that acts as the fit point. Fails in the case where an invalid parameter is specified. |
| Name | Type | Description |
| parameter | double | The parameter value at the position along the curve where you want to add the new fit point. The CurveEvaluator3D object provides utilities that support going from a 3D coordinate to a parameter value on the curve. |