BossFeatureSideInput.setCountersink 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 countersink hole.

Syntax

"bossFeatureSideInput_var" is a variable referencing a BossFeatureSideInput object.
# Uses no optional arguments.
returnValue = bossFeatureSideInput_var.setCountersink(diameter, holeDiameter, holeMajorDiameter, depth)

# Uses optional arguments.
returnValue = bossFeatureSideInput_var.setCountersink(diameter, holeDiameter, holeMajorDiameter, depth, countersinkAngle)
"bossFeatureSideInput_var" is a variable referencing a BossFeatureSideInput object.

#include <Fusion/Plastic/BossFeatureSideInput.h>

// Uses no optional arguments.
returnValue = bossFeatureSideInput_var->setCountersink(diameter, holeDiameter, holeMajorDiameter, depth);

// Uses optional arguments.
returnValue = bossFeatureSideInput_var->setCountersink(diameter, holeDiameter, holeMajorDiameter, depth, countersinkAngle);

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 countersink) 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.
countersinkAngle ValueInput Optional parameter for hole countersink angle. If not specified it is set to 90 deg.

This is an optional argument whose default value is null.

Samples

Name Description
Boss Feature Sample Demonstrates creating a new boss feature

Version

Introduced in version October 2022