Share

ConstructionPlaneOffsetDefinition.offset Property

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

Description

Returns a Parameter object that controls the value of the offset. You can use properties of the returned Parameter object to modify the offset.

Syntax

"constructionPlaneOffsetDefinition_var" is a variable referencing a ConstructionPlaneOffsetDefinition object.

# Get the value of the property.
propertyValue = constructionPlaneOffsetDefinition_var.offset

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?