AsymmetricFilletEdgeSetInput.offsetTwo Property

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

Description

Gets and sets a ValueInput object that defines the second offset value of the asymmetric fillet. If the ValueInput uses a real value then it is interpreted as centimeters. If it is a string then the units can be defined as part of the string (i.e. "2 in") or if no units are specified it is interpreted using the current document units for length.

Syntax

"asymmetricFilletEdgeSetInput_var" is a variable referencing an AsymmetricFilletEdgeSetInput object.

# Get the value of the property.
propertyValue = asymmetricFilletEdgeSetInput_var.offsetTwo

# Set the value of the property.
asymmetricFilletEdgeSetInput_var.offsetTwo = propertyValue
"asymmetricFilletEdgeSetInput_var" is a variable referencing an AsymmetricFilletEdgeSetInput object.
#include <Fusion/Features/AsymmetricFilletEdgeSetInput.h>

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

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

Property Value

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

Version

Introduced in version November 2025