IsMexEmpty()

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

Usage

IsMexEmpty( model )

Parameters

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

Return Value

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

Error

The model must be a valid mesh extrusion entity.

Description

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