OffsetFeatureInput.offsetType Property

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

Description

The offset type used when creating an offset. The default value is SharpOffsetType.

Syntax

"offsetFeatureInput_var" is a variable referencing an OffsetFeatureInput object.
# Get the value of the property.
propertyValue = offsetFeatureInput_var.offsetType

# Set the value of the property.
offsetFeatureInput_var.offsetType = propertyValue
"offsetFeatureInput_var" Is a variable referencing an OffsetFeatureInput Object.
#include <Fusion/Features/OffsetFeatureInput.h>

// Get the value of the property.
OffsetTypes propertyValue = offsetFeatureInput_var->offsetType();

// Set the value of the property, where value_var is an OffsetTypes.
bool returnValue = offsetFeatureInput_var->offsetType(value_var);
"offsetFeatureInput_var" Is a variable referencing an OffsetFeatureInput Object.
// Get the value of the property.
propertyValue = offsetFeatureInput_var.offsetType;

// Set the value of the property.
offsetFeatureInput_var.offsetType = propertyValue;

Property Value

This is a read/write property whose value is an OffsetTypes.

Version

Introduced in version September 2026