Joints.add Method
Parent Object:
JointsDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/Joints.h>
Description
Creates a new joint.
Syntax
"joints_var" is a variable referencing a Joints object.returnValue = joints_var.add(input)
|
"joints_var" is a variable referencing a Joints object.
#include <Fusion/Components/Joints.h>
returnValue = joints_var->add(input);
|
Return Value
Joint |
Returns the newly created Joint or null in the case of failure. |
Parameters
input |
JointInput |
The JointInput object that defines the geometry and various inputs that fully define a joint. A JointInput object is created using the Joints.createInput method. |
Samples
Version
Introduced in version July 2015