BossFeatureSideInput.setCounterbore 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 counterbore hole.

Syntax

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

#include <Fusion/Plastic/BossFeatureSideInput.h>

returnValue = bossFeatureSideInput_var->setCounterbore(diameter, holeDiameter, holeMajorDiameter, depth);

Parameters

Name Type Description
diameter ValueInput The outside diameter for the boss feature shank.
holeDiameter ValueInput The hole diameter.
holeMajorDiameter ValueInput The hole major (or counterbore) diameter.
depth ValueInput With respect to hole orientation in the boss feature the parameter is either the counterbore depth or thickness of the material under the screw head.

Samples

Name Description
Boss Feature Sample Demonstrates creating a new boss feature

Version

Introduced in version October 2022