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