SketchFittedSpline.getCurvatureHandle Method
Parent Object:
SketchFittedSplineDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchFittedSpline.h>
Description
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.
Syntax
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.returnValue = sketchFittedSpline_var.getCurvatureHandle(fitPoint)
|
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.
#include <Fusion/Sketch/SketchFittedSpline.h>
returnValue = sketchFittedSpline_var->getCurvatureHandle(fitPoint);
|
Return Value
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. |
Parameters
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. |
Samples
Version
Introduced in version April 2019