HyperWorks Tools

::hwat::core::RotateSideBarrier

::hwat::core::RotateSideBarrier

Previous topic Next topic No expanding text in this topic  

::hwat::core::RotateSideBarrier

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

NAME

::hwat::core::RotateSideBarrier - Rotate the side barrier to mimic test conditions.

 

SYNTAX

RotateSideBarrier barrierAssem jNodeXYZ kNodeXYZ jHeightVehicle kHeightVehicle

 

ARGUMENTS

barrierName

The name of the barrier assembly.

jNodeXYZ

A Tcl list of the x,y, and z coordinates of the j node of the vehicle.

kNodeXYZ

A Tcl list of the x,y, and z coordinates of the k node of the vehicle.

jHeightVehicle

The true J Height of the vehicle.

kHeightVehicle

The true K Height of the vehicle.

 

RETURNS

1 if successful, {} if unsuccessful.

 

EXAMPLE

::hwat::core::RotateSideBarrier "BARRIER" [list 1922 899 1334] [list 5787 899 1350] 100 110

 

 

See also

Core Functions