Activates the curvature handle for the specified fit point and returns the sketch arc that acts as the handle to control the curvature. You can use the getCurvatureHandle property to determine if the curvature handle has already been activated. If this method is called for a handle that already exists, nothing changes and the existing sketch arc that acts as the curvature handle is returned.
The getCurvatureHandle method can be used to determine if the handle has already been activated.
To deactivate a sketch handle you can delete the sketch arc.
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.
|
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.
|
Type | Description |
SketchArc | Returns the sketch arc that acts as the curvature handle at the specified fit point. |
Name | Type | Description |
fitPoint | SketchPoint | The fit point on the curve where you want to activate the curvature handle. The fit points can be obtained by using the fitPoints property of the SketchFittedSpline object. |
Name | Description |
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. |