AsBuiltJoints.add Method

Parent Object: AsBuiltJoints
Defined 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

Type Description
AsBuiltJoint Returns the new AsBuiltJoint object or null in the case of failure.

Parameters

Name Type Description
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

Name Description
As-Built Joint Sample Demonstrates creating a new As-Built Joint.

Version

Introduced in version September 2015