PinSlotJointMotion.slideDirectionVector Property

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

Description

Returns the direction of the primary slide direction. This property will return null in the case where the PinSlotJointMotion object was obtained from a JointInput object.

Syntax

"pinSlotJointMotion_var" is a variable referencing a PinSlotJointMotion object.

# Get the value of the property.
propertyValue = pinSlotJointMotion_var.slideDirectionVector
"pinSlotJointMotion_var" is a variable referencing a PinSlotJointMotion object.
#include <Fusion/Components/PinSlotJointMotion.h>

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

Property Value

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

Version

Introduced in version July 2015