Share

BossFeatureSideInput.holeDiameter Property

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

Description

Get or set hole diameter.

Syntax

"bossFeatureSideInput_var" is a variable referencing a BossFeatureSideInput object.

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

# Set the value of the property.
bossFeatureSideInput_var.holeDiameter = propertyValue

Property Value

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

Version

Introduced in version October 2022

Was this information helpful?