BossFeatures.createInput Method
Parent Object:
BossFeaturesDefined 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
BossFeatureInput |
Returns the newly created BossFeatureInput object or null if the creation failed. |
Samples
Version
Introduced in version October 2022