SketchFittedSpline.getTangentHandle Method
Parent Object:
SketchFittedSplineDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchFittedSpline.h>
Description
Returns the sketch line that acts as the handle to control the tangency at the specified fit point. Returns null in the case where the tangent handle has not been activated at that sketch point. Deleting the returned line will deactivate the tangent handle. Use the activateTangentHandle method to activate the tangent handle.
Syntax
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.returnValue = sketchFittedSpline_var.getTangentHandle(fitPoint)
|
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.
#include <Fusion/Sketch/SketchFittedSpline.h>
returnValue = sketchFittedSpline_var->getTangentHandle(fitPoint);
|
Return Value
SketchLine |
Returns the sketch line that acts as the handle to control the tangency at the specified point or returns null in the case where the tangency 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 tangent handle. The fit points can be obtained by using the fitPoints property of the SketchFittedSpline object. |
Samples
Version
Introduced in version April 2019