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