Joint.offset Property

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

Description

Returns the parameter controlling the offset between the two input geometries. This is effectively the offset distance between the two planes defined by the primary and secondary axes of the input geometries or the offset along the tertiary axis (z axis) of the joint.

Syntax

"joint_var" is a variable referencing a Joint object.

# Get the value of the property.
propertyValue = joint_var.offset
"joint_var" is a variable referencing a Joint object.
#include <Fusion/Components/Joint.h>

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

Property Value

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

Version

Introduced in version July 2015