*jointelement_twonoded
Creates a spherical or two-noded joint element.
Syntax
*jointelement_twonoded n1 n2 orientation o_node1 o_node2 system1 system2 property
Type
HyperMesh Tcl Modify Command
Description
Creates a spherical or two-noded joint element.
Inputs
- n1,n2
- The two nodes of the element.
- orientation
- Orientation option for the element. Use:
- 0 - None
- 1 - Systems
- 2 - Nodes
- o_node1,2
- The orientation node IDs for the element.
- system1,2
- The orientation systems’ IDs for the element.
- property
- The property to which the element points..
Example
To create a two-noded joint element:
*jointelement_twonoded(320,303,2,322,324,0,0,"shells")
Errors
None.