JointOrigin.offsetY 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 Y 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.offsetY
"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->offsetY();

Property Value

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

Version

Introduced in version September 2015