BossFeatureSideInput.holeMajorDepth Property

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

Description

Get or set major hole depth for counterbore and countersink hole or material thickness under screw head based on hole orientation in a boss feature. This input is ignored for blank boss or boss with simple hole.

Syntax

"bossFeatureSideInput_var" is a variable referencing a BossFeatureSideInput object.

# Get the value of the property.
propertyValue = bossFeatureSideInput_var.holeMajorDepth

# Set the value of the property.
bossFeatureSideInput_var.holeMajorDepth = propertyValue
"bossFeatureSideInput_var" is a variable referencing a BossFeatureSideInput object.
#include <Fusion/Plastic/BossFeatureSideInput.h>

// Get the value of the property.
Ptr<ValueInput> propertyValue = bossFeatureSideInput_var->holeMajorDepth();

// Set the value of the property, where value_var is a ValueInput.
bool returnValue = bossFeatureSideInput_var->holeMajorDepth(value_var);

Property Value

This is a read/write property whose value is a ValueInput.

Version

Introduced in version October 2022