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