::hwat::core::DetermineWallExtents - Determines the 2-D extents of a finite rigidwall barrier.
DetermineWallExtents d_wallDimsList
d_wallDimsList |
A Tcl list of lists defining the position and dimensions of the walls. Each list should be of the form relative Y base point, relative Z base point, Y dimension, Z dimension (default = ""). For example: if the number of walls is 6 [list [list 0.0 0.0 30.0 30.0] [list 30.0 0.0 30.0 30.0] [list 60.0 0.0 30.0 30.0] [list 0.0 30.0 30.0 30.0] [list 30.0 30.0 30.0 30.0] [list 60.0 30.0 30.0 30.0] ] |
A Tcl list of the form MinY MinZ MaxY MaxZ if successful, {} otherwise.
::hwat::core::DetermineWallExtents [list [list 0.0 0.0 30.0 30.0] [list 30.0 0.0 30.0 30.0] [list 60.0 0.0 30.0 30.0] [list 0.0 30.0 30.0 30.0] [list 30.0 30.0 30.0 30.0] [list 60.0 30.0 30.0 30.0] ]