RevoluteJointMotion.jointType Property

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

Description

Returns an enum value indicating the type of joint this joint represents.

Syntax

"revoluteJointMotion_var" is a variable referencing a RevoluteJointMotion object.

# Get the value of the property.
propertyValue = revoluteJointMotion_var.jointType
"revoluteJointMotion_var" is a variable referencing a RevoluteJointMotion object.
#include <Fusion/Components/RevoluteJointMotion.h>

// Get the value of the property.
JointTypes propertyValue = revoluteJointMotion_var->jointType();

Property Value

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

Version

Introduced in version July 2015