AsBuiltJoint.setAsRigidJointMotion Method
Parent Object: AsBuiltJointDefined 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.
|
Return Value
Type | Description |
boolean | Returns true if successful. |