SweepFeatures.add Method
Parent Object:
SweepFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SweepFeatures.h>
Description
Creates a new sweep feature.
Syntax
"sweepFeatures_var" is a variable referencing a SweepFeatures object.returnValue = sweepFeatures_var.add(input)
|
"sweepFeatures_var" is a variable referencing a SweepFeatures object.
#include <Fusion/Features/SweepFeatures.h>
returnValue = sweepFeatures_var->add(input);
|
Return Value
SweepFeature |
Returns the newly created SweepFeature object or null if the creation failed. |
Parameters
input |
SweepFeatureInput |
A SweepFeatureInput object that defines the desired sweep. Use the createInput method to create a new SweepFeatureInput object and then use methods on it (the SweepFeatureInput object) to define the sweep. |
Samples
Version
Introduced in version November 2014