Previous Topic

Next Topic

Book Contents

display Command

This command is used to display the model defined in the domain, and is associated with the display recorder:

display $arg1 $arg2 $amplification

Example usage:

 

set dAmp 10; # this amplification is dependent on the model size

 

if {$ShapeType == "ModeShape" } {

display -$nEigen 0 $dAmp; # display mode shape for mode $nEigen

} elseif {$ShapeType == "NodeNumbers" } {

display 1 -1 0 ; # display node numbers

} elseif {$ShapeType == "DeformedShape" } {

display 1 5 $dAmp; # display deformed shape

}

 

Previous Topic

Next Topic