ShowMeshSrf ()

Highlight the mesh surface represented by item.

Usage

ShowMeshSrf( item )

Parameters

item (tree-item)
The name of the model entity which will be highlighted.

Return Value

None

Errors

The item must exist.

Description

This routine highlights the mesh surface represented by item. It draws the outline (boundary) of the model entity with thick white lines. For example,
ShowMeshSrf( item )

In this example ShowMeshSrf was called in the definition of a function and item is the function's argument.