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