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

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

Example

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

Comments

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