*createcontrolvol

Creates an airbag control volume.

Syntax

*createcontrolvol entities markmask name

Type

HyperMesh Tcl Modify Command

Description

Creates an airbag control volume.

Inputs

entities
Control volumes are created using elements.
markmask
Source of elements used to create control volume.
1 - Elements selected by the user.
name
Name of the control volume.

Examples

To create a control volume called "airbag" using the elements that you selected:
*createcontrolvol(elements,1,"airbag")