*weld()
Creates a weld element in HMASCII format.
Syntax
*weld (id,type,node1,node2,dof)
Type
HyperMesh HMASCII Command
Description
Creates a weld element in HMASCII format.
This must follow *component(). The element will be assigned to the most recent component created using *component().
Nodes must also be defined using *node() before creating an element using those nodes.
Inputs
- id
- The ID of the element.
- type
- The solver specific element type.
- node1
- The ID of the first node.
- node2
- The ID of the second node.
- dof
- The DOF (1-6) of the element.
Example
To create a weld element with ID 100, solver type 1, nodes 1 2 and DOF 6:
*weld(100,1,1,2,6)
Errors
Incorrect usage results in an import error.