AsBuiltJointInput.jointMotion Property

Parent Object: AsBuiltJointInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Components/AsBuiltJointInput.h>

Description

Returns one of the objects derived from JointMotion that defines how the motion between the two joint geometries is defined. Can be null if the motion hasn't yet been defined.

Syntax

"asBuiltJointInput_var" is a variable referencing an AsBuiltJointInput object.

# Get the value of the property.
propertyValue = asBuiltJointInput_var.jointMotion
"asBuiltJointInput_var" is a variable referencing an AsBuiltJointInput object.
#include <Fusion/Components/AsBuiltJointInput.h>

// Get the value of the property.
Ptr<JointMotion> propertyValue = asBuiltJointInput_var->jointMotion();

Property Value

This is a read only property whose value is a JointMotion.

Version

Introduced in version January 2016