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