IsVolEmpty()

Check to see if the geom/mesh set of the volume model is empty.

Usage

IsVolEmpty( model )

Parameters

model (string)
The name of the volume model entity to be checked for emptiness.

Return Value

emptyFlag (boolean)
The flag that indicates the emptiness of the volume model entity (true if model entity is empty).

Error

The model must be a valid volume entity.

Description

This routine checks to see if the geom/mesh set of a volume model entity is empty. The model is the name of the volume entity to be checked for emptiness. If the return value is True, the volume model entity is empty, or else it is not empty. For example,
IsVolEmpty( 'vol_1' )