AsBuiltJoint.jointMotion Property
Parent Object:
AsBuiltJointDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/AsBuiltJoint.h>
Description
Returns a JointMotion object that defines the motion relationship between the two geometries.
Syntax
"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.
# Get the value of the property. propertyValue = asBuiltJoint_var.jointMotion
|
"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.
#include <Fusion/Components/AsBuiltJoint.h>
// Get the value of the property. Ptr<JointMotion> propertyValue = asBuiltJoint_var->jointMotion();
|
Property Value
This is a read only property whose value is a
JointMotion.
Version
Introduced in version September 2015