ThickenFeatures.add Method

Parent Object: ThickenFeatures
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/ThickenFeatures.h>

Description

Creates a new Thicken feature.

Syntax

"thickenFeatures_var" is a variable referencing a ThickenFeatures object.
returnValue = thickenFeatures_var.add(input)
"thickenFeatures_var" is a variable referencing a ThickenFeatures object.

#include <Fusion/Features/ThickenFeatures.h>

returnValue = thickenFeatures_var->add(input);

Return Value

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

Parameters

Name Type Description
input ThickenFeatureInput A FeatureInput object that defines the desired Thicken feature. Use the createInput method to create a new ThickenFeatureInput object and then use methods on it (the ThickenFeatureInput object) to define the Thicken feature.

Samples

Name Description
thickenFeatures.add Demonstrates the thickenFeatures.add method.
Thicken Feature API Sample Demonstrates creating a new thiken feature.

Version

Introduced in version June 2015