ReplaceFaceFeatures.add Method

Parent Object: ReplaceFaceFeatures
Defined 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

Type Description
ReplaceFaceFeature Returns the newly created ReplaceFaceFeature object or null if the creation failed.

Parameters

Name Type Description
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

Name Description
replaceFaceFeatures.add Demonstrate the remove replaceFaceFeatures.add method.
ReplaceFace Feature Demonstrates creating a new replaceface feature.

Version

Introduced in version March 2015