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
"bossFeatureInput_var" is a variable referencing a BossFeatureInput object.
#include <Fusion/Plastic/BossFeatureInput.h>

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

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

Property Value

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

Version

Introduced in version October 2022