JointMotion.jointType Property
Parent Object:
JointMotionDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointMotion.h>
Description
Returns an enum value indicating the type of joint this joint represents.
Syntax
"jointMotion_var" is a variable referencing a JointMotion object.
# Get the value of the property. propertyValue = jointMotion_var.jointType
|
"jointMotion_var" is a variable referencing a JointMotion object.
#include <Fusion/Components/JointMotion.h>
// Get the value of the property. JointTypes propertyValue = jointMotion_var->jointType();
|
Property Value
This is a read only property whose value is a
JointTypes.
Version
Introduced in version July 2015