JointGeometry.thirdAxisVector Property

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

Description

Returns the direction of the third axis that's been calculated for this joint geometry. Conceptually, this is the Y-axis of the computed coordinate system.

Syntax

"jointGeometry_var" is a variable referencing a JointGeometry object.

# Get the value of the property.
propertyValue = jointGeometry_var.thirdAxisVector
"jointGeometry_var" is a variable referencing a JointGeometry object.
#include <Fusion/Components/JointGeometry.h>

// Get the value of the property.
Ptr<Vector3D> propertyValue = jointGeometry_var->thirdAxisVector();

Property Value

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

Version

Introduced in version July 2015