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