CylindricalJointMotion.jointType Property

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

Description

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

Syntax

"cylindricalJointMotion_var" is a variable referencing a CylindricalJointMotion object.

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

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

Property Value

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

Version

Introduced in version July 2015