HyperWorks Tools

::hwat::core::CalculateBarrierFrontEdges

::hwat::core::CalculateBarrierFrontEdges

Previous topic Next topic No expanding text in this topic  

::hwat::core::CalculateBarrierFrontEdges

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

NAME

::hwat::core::CalculateBarrierFrontEdges - This function considers the front 10 percent of the barrier's length and finds the minx, miny, minz, maxx, maxy, and maxz for that length.

 

SYNTAX

CalculateBarrierFrontEdges barrierAssem option

 

ARGUMENTS

barrierAssem

The name of the barrier assembly.

option

Either front, rear, leftside, or rightside.

 

RETURNS

A Tcl list containing the minx, miny, minz, maxx, maxy and maxz coordinates of the barrier's front 10 percent if successful, {} otherwise.

 

EXAMPLE

::hwat::core::CalculateBarrierFrontEdges "BARRIER" front

 

Comments

A ::hwat::utils::ReviewAssembly "$str_barrierName", must be done before calling this function.

 

See also

Core Functions