BossFeatureSideInput.setSimple Method

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

Description

Set boss shape into constant diameter shank with simple hole.

Syntax

"bossFeatureSideInput_var" is a variable referencing a BossFeatureSideInput object.
returnValue = bossFeatureSideInput_var.setSimple(diameter, holeDiameter)
"bossFeatureSideInput_var" is a variable referencing a BossFeatureSideInput object.

#include <Fusion/Plastic/BossFeatureSideInput.h>

returnValue = bossFeatureSideInput_var->setSimple(diameter, holeDiameter);

Parameters

Name Type Description
diameter ValueInput The outside diameter for the boss feature shank.
holeDiameter ValueInput The hole diameter.

Version

Introduced in version October 2022