HyperWorks Tools

::hwat::core::FindMinXForFrontPole

::hwat::core::FindMinXForFrontPole

Previous topic Next topic No expanding text in this topic  

::hwat::core::FindMinXForFrontPole

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

NAME

::hwat::core::FindMinXForFrontPole - Finds the minimum x value of the vehicle corresponding to the offset front pole.

 

SYNTAX

FindMinXForFrontPole bbox yLocation radius ground height

 

ARGUMENTS

bbox

The vehicle bounding box.

yLocation

The y coordinate of the front pole basenode.

radius

The radius of the front pole.

ground

The ground position.

height

The height of the front pole.

 

RETURNS

The minimum x value if successful, {} otherwise.

 

EXAMPLE

::hwat::core::FindMinXForFrontPole [list 0.0 0.0 0.0 5000 2000 3000] 500 150 100 500

 

COMMENT

This function assumes that the vehicle model is loaded.

 

 

See also

Core Functions