SplitFaceFeatures.add Method

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

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

Parameters

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

Name Description
splitFaceFeatures.add Demonstrates the splitFaceFeatures.add method by spliting a face with another intersecting face.
Split Face Feature API Sample Demonstrates creating a new split face feature.

Version

Introduced in version June 2015