AsBuiltJoints.add Method
Parent Object:
AsBuiltJointsDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/AsBuiltJoints.h>
Description
Creates a new as-built joint.
Syntax
"asBuiltJoints_var" is a variable referencing an AsBuiltJoints object.returnValue = asBuiltJoints_var.add(input)
|
"asBuiltJoints_var" is a variable referencing an AsBuiltJoints object.
#include <Fusion/Components/AsBuiltJoints.h>
returnValue = asBuiltJoints_var->add(input);
|
Return Value
AsBuiltJoint |
Returns the new AsBuiltJoint object or null in the case of failure. |
Parameters
input |
AsBuiltJointInput |
An AsBuiltJointInput object that was created using the AsBuiltJoints.createInput method and then fully defined using the properties and methods on the AsBuiltJointInput object. |
Samples
Version
Introduced in version September 2015