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