Creates a JointOriginInput object which is used to collect all of the information needed to create a simple joint origin. The creation of the input object takes the required input as the geometry argument and you can optionally use methods and properties on the created JointOriginInput to set other optional settings. The JointOrigin is created by calling the add method of the JointOrigins object and passing it the JointOriginInput object.
"jointOrigins_var" is a variable referencing a JointOrigins object.
|
"jointOrigins_var" is a variable referencing a JointOrigins object.
|
Type | Description |
JointOriginInput | Returns a JointOriginInput object if successfully created and null if it fails. |
Name | Type | Description |
geometry | JointGeometry | A JointGeometry object that defines the geometry the joint origin will be created on. |
Name | Description |
Joint Origin Between Two Faces Sample | Demonstrates creating a new Joint Origin between two planes. |
Joint Origin Sample | Demonstrates creating a new Joint Origin. |