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
IsEdgEmpty( 'Edge_1' )