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