AsBuiltJoint.setAsRigidJointMotion Method

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

Description

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

To use this method, you need to position the timeline marker to immediately before this as-built joint. This can be accomplished using the following code: thisAsBuiltJoint.timelineObject.rollTo(True)

Syntax

"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.
returnValue = asBuiltJoint_var.setAsRigidJointMotion()
"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.

#include <Fusion/Components/AsBuiltJoint.h>

returnValue = asBuiltJoint_var->setAsRigidJointMotion();

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version September 2015