SketchFittedSplines.add Method
Parent Object:
SketchFittedSplinesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchFittedSplines.h>
Description
Creates a new fitted spline through the specified points.
Syntax
"sketchFittedSplines_var" is a variable referencing a SketchFittedSplines object.returnValue = sketchFittedSplines_var.add(fitPoints)
|
"sketchFittedSplines_var" is a variable referencing a SketchFittedSplines object.
#include <Fusion/Sketch/SketchFittedSplines.h>
returnValue = sketchFittedSplines_var->add(fitPoints);
|
Return Value
SketchFittedSpline |
Returns the newly created SketchFittedSpline object if the creation was successful or null if it failed. |
Parameters
fitPoints |
ObjectCollection |
A collection of points that the curve will fit through. They can be any combination of existing SketchPoint or Point3D objects. |
Samples
Version
Introduced in version August 2014