*blockvisualize

Creates a fill hide plot of a finite difference block.

Syntax

*blockvisualize name iplane jplane kplane icolor jcolor kcolor usewallcolor

Type

HyperMesh Tcl Modify Command

Description

Creates a fill hide plot of a finite difference block.

Inputs

name
The name of the block.
iplane
The i plane to display.
jplane
The j plane to display.
kplane
The k plane to display.
icolor
The color in which to display the i plane. Not used if iplane is 0.
jcolor
The color in which to display the j plane. Not used if jplane is 0.
kcolor
The color in which to display the k plane. Not used if kplane is 0.
usewallcolor
1 - If the colors of the walls are to be used.
0 - If the colors specified by icolor, jcolor, and kcolor are to be used.

The color values are not used and the block is visualized using the wall colors, unless the planes are nonzero, in which case, the plane is visualized using the color provided.

Examples

To display the entire finite difference block named block1:
*blockvisualize(block1,0,0,0,0,0,0)