Share

ArrangePlaneEnvelopeDefinition.originXOffset Property

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

Description

Returns the parameter that controls the X offset of the frame from the origin of the construction plane. You can modify the value by using the properties on the returned ModelParameter object.

Syntax

"arrangePlaneEnvelopeDefinition_var" is a variable referencing an ArrangePlaneEnvelopeDefinition object.

# Get the value of the property.
propertyValue = arrangePlaneEnvelopeDefinition_var.originXOffset

Property Value

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

Version

Introduced in version January 2025

Was this information helpful?