SketchFixedSpline.replaceGeometry Method
Parent Object:
SketchFixedSplineDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchFixedSpline.h>
Description
Replaces the underlying NURBS curve that defines the shape of the fixed curve. This can only be used if the isNative property of the SketchFixedSpline returns false.
Syntax
"sketchFixedSpline_var" is a variable referencing a SketchFixedSpline object.returnValue = sketchFixedSpline_var.replaceGeometry(nurbsCurve)
|
"sketchFixedSpline_var" is a variable referencing a SketchFixedSpline object.
#include <Fusion/Sketch/SketchFixedSpline.h>
returnValue = sketchFixedSpline_var->replaceGeometry(nurbsCurve);
|
Return Value
boolean |
Returns true if the replacement was successful. |
Parameters
nurbsCurve |
NurbsCurve3D |
A NurbsCurve3D object that defines a valid NURBS curve and will be used to replace the existing geometry definition. |
Version
Introduced in version December 2020