JointInput.setAsRigidJointMotion Method

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

Description

Defines the relationship between the two joint geometries as a rigid joint.

Syntax

"jointInput_var" is a variable referencing a JointInput object.
returnValue = jointInput_var.setAsRigidJointMotion()
"jointInput_var" is a variable referencing a JointInput object.

#include <Fusion/Components/JointInput.h>

returnValue = jointInput_var->setAsRigidJointMotion();

Return Value

Type Description
boolean Returns true if successful.

Samples

Name Description
Joint API Sample Demonstrates creating a new joint.

Version

Introduced in version July 2015