*createairbag

Creates an airbag control volume.

Syntax

*createairbag entities markmask name

Type

HyperMesh Tcl Modify Command

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.
1 - Nodes selected by user.
name
Name of the airbag.

Examples

To an airbag (called "airbag") using elements selected by user:
*createcontrolvol(elements,1,"airbag")