BossFeatures.createInput Method

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

Description

Creates a new BossFeatureInput object that is used to specify the input needed to create a new boss feature(s).

Syntax

"bossFeatures_var" is a variable referencing a BossFeatures object.
returnValue = bossFeatures_var.createInput()
"bossFeatures_var" is a variable referencing a BossFeatures object.

#include <Fusion/Plastic/BossFeatures.h>

returnValue = bossFeatures_var->createInput();

Return Value

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

Samples

Name Description
Boss Feature Sample Demonstrates creating a new boss feature

Version

Introduced in version October 2022