Create a new joint origin.
"jointOrigins_var" is a variable referencing a JointOrigins object.
|
"jointOrigins_var" is a variable referencing a JointOrigins object.
|
Type | Description |
JointOrigin | Returns a JointOrigin object if successfully created and null if it fails. |
Name | Type | Description |
input | JointOriginInput | A JointOriginInput object that full defines all of the information needed to create a joint origin. You create a JointOriginInput by using the createInput method of the JointOrigins object. |
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. |