AsBuiltJoints.createInput Method
Parent Object:
AsBuiltJointsDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/AsBuiltJoints.h>
Description
Creates an AsBuiltJointInput object which is used to collect all of the information needed to create an as-built joint. This object is equivalent to the as-built joint dialog in the user-interface in that it doesn't represent an actual joint but just the information needed to create an as-built joint. Once this is fully defined the add method can be called, passing this object in to create the actual joint.
Syntax
"asBuiltJoints_var" is a variable referencing an AsBuiltJoints object.returnValue = asBuiltJoints_var.createInput(occurrenceOne, occurrenceTwo, geometry)
|
"asBuiltJoints_var" is a variable referencing an AsBuiltJoints object.
#include <Fusion/Components/AsBuiltJoints.h>
returnValue = asBuiltJoints_var->createInput(occurrenceOne, occurrenceTwo, geometry);
|
Return Value
AsBuiltJointInput |
Returns the new AsBuiltJointInput object or null in the case of failure. |
Parameters
occurrenceOne |
Occurrence |
Specifies the first of two occurrences the joint is between. |
occurrenceTwo |
Occurrence |
Specifies the second of two occurrences the joint is between. |
geometry |
JointGeometry |
Specifies the geometry of where the joint will be positioned. If the as-built joint is a rigid joint, this argument should be null because no geometry is needed. |
Samples
Version
Introduced in version September 2015