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