HyperWorks Tools

::hwat::core::DetermineWallExtents

::hwat::core::DetermineWallExtents

Previous topic Next topic No expanding text in this topic  

::hwat::core::DetermineWallExtents

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::core::DetermineWallExtents - Determines the 2-D extents of a finite rigidwall barrier.

 

SYNTAX

DetermineWallExtents d_wallDimsList

 

ARGUMENTS

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] ]

 

RETURNS

A Tcl list of the form MinY MinZ MaxY MaxZ if successful, {} otherwise.

 

EXAMPLE

::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] ]

 

 

See also

Core Functions