ConstructionPlaneOffsetDefinition.offset Property

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

Description

Returns a Value object that for a transient definition that provides the current assigned value and for a definition associated with a construction plane Provides access to the associated parameter controlling the offset.

Syntax

"constructionPlaneOffsetDefinition_var" is a variable referencing a ConstructionPlaneOffsetDefinition object.

# Get the value of the property.
propertyValue = constructionPlaneOffsetDefinition_var.offset
"constructionPlaneOffsetDefinition_var" is a variable referencing a ConstructionPlaneOffsetDefinition object.
#include <Fusion/Construction/ConstructionPlaneOffsetDefinition.h>

// Get the value of the property.
Ptr<Parameter> propertyValue = constructionPlaneOffsetDefinition_var->offset();

Property Value

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

Version

Introduced in version August 2014