Share

BossFeatureInput.offset Property

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

Description

Get or set offset of the parting face from the selected position point.

Syntax

"bossFeatureInput_var" is a variable referencing a BossFeatureInput object.

# Get the value of the property.
propertyValue = bossFeatureInput_var.offset

# Set the value of the property.
bossFeatureInput_var.offset = propertyValue

Property Value

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

Version

Introduced in version October 2022

Was this information helpful?