BossFeatureSideInput.setCountersink Method
Parent Object: BossFeatureSideInputDefined 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.
|
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 |