*createairbag
Creates an airbag control volume.
Syntax
*createairbag entities markmask name
Type
HyperMesh Tcl Modify
Description
Creates an airbag control volume.
Inputs
- entities
- Control volumes are created using sets or contact surfaces.
- markmask
- Source of sets or contact surfaces used to create airbag.
- name
- Name of the airbag.
Examples
To an airbag (called "airbag") using elements selected by
user:
*createcontrolvol(elements,1,"airbag")