SketchFittedSpline.activateCurvatureHandle Method
Parent Object:
SketchFittedSplineDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchFittedSpline.h>
Description
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.
Syntax
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.returnValue = sketchFittedSpline_var.activateCurvatureHandle(fitPoint)
|
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.
#include <Fusion/Sketch/SketchFittedSpline.h>
returnValue = sketchFittedSpline_var->activateCurvatureHandle(fitPoint);
|
Return Value
SketchArc |
Returns the sketch arc that acts as the curvature handle at the specified fit point. |
Parameters
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. |
Samples
Version
Introduced in version April 2019