IsoparametricCurveInput.isPhysicalOffset Property

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

Description

Gets how the distance of the single curve from the face edge is defined by a distance or proportionally. This property only applies when the isSingle property is True. A value of true indicates it is defined using a physical offset. To change how the offset is defined use the setSingle method.

Syntax

"isoparametricCurveInput_var" is a variable referencing an IsoparametricCurveInput object.

# Get the value of the property.
propertyValue = isoparametricCurveInput_var.isPhysicalOffset
"isoparametricCurveInput_var" is a variable referencing an IsoparametricCurveInput object.
#include <Fusion/Sketch/IsoparametricCurveInput.h>

// Get the value of the property.
boolean propertyValue = isoparametricCurveInput_var->isPhysicalOffset();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version April 2026