ShowMeshPbc ()

Highlight a mesh Pbc.

Usage

ShowMeshPbc( item )

Parameters

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

Return Value

None

Errors

The item must exist.

Description

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

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