JointOrigin.offsetZ Property

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

Description

Gets the parameter that controls the Z offset direction. The value can be changed using the functionality of the returned ModelParameter object.

Syntax

"jointOrigin_var" is a variable referencing a JointOrigin object.

# Get the value of the property.
propertyValue = jointOrigin_var.offsetZ
"jointOrigin_var" is a variable referencing a JointOrigin object.
#include <Fusion/Components/JointOrigin.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = jointOrigin_var->offsetZ();

Property Value

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

Version

Introduced in version September 2015