TangentRelationships.add Method
Parent Object:
TangentRelationshipsDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/TangentRelationships.h>
Description
Creates a new tangent relationship between two components.
Syntax
"tangentRelationships_var" is a variable referencing a TangentRelationships object.returnValue = tangentRelationships_var.add(input)
|
"tangentRelationships_var" is a variable referencing a TangentRelationships object.
#include <Fusion/Components/TangentRelationships.h>
returnValue = tangentRelationships_var->add(input);
|
Return Value
TangentRelationship |
Returns the newly created TangentRelationship or null in the case of failure. |
Parameters
input |
TangentRelationshipInput |
The TangentRelationshipInput object that defines the geometry and various inputs that fully define a tangent relationship. A TangentRelationshipInput object is created using the TangentRelationships.createInput method. |
Version
Introduced in version May 2022