Returns the sketch arc that acts as the handle to control the curvature at the specified fit point. Returns null in the case where the curvature handle has not been activated at that sketch point. Deleting the returned arc will deactivate the curvature handle. Use the activateCurvatureHandle method to activate the curvature handle.
"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 handle to control the curvature at the specified point or returns null in the case where the curvature handle has not been activated at the specified sketch point. |
Name | Type | Description |
fitPoint | SketchPoint | The fit point on the curve where you want to get 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. |