IsEdgEmpty()

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

Usage

IsEdgEmpty( model )

Parameters

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

Return Value

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

Error

The model must be a valid edge entity.

Description

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