::hwat::core::FindTangentNodeForAngledBarrier - Finds the node at which the angled barrier is tangent to the vehicle.
::hwat::core::FindTangentNodeForAngledBarrier d_vehicleDims d_angle [str_assemName] [str_bcicType]
d_vehicleDims |
A Tcl list containing the vehicle dimensions of the form MinX, MinY, MinZ, MaxX, MaxY, MaxZ. |
d_angle |
The angle of the barrier. |
str_assemName |
The assembly name of the vehicle (default = VEHICLE). |
str_bcicType |
The BCIC type (default = FRONT). Only FRONT and REAR are currently supported. Optional. |
The ID of the tangential node if successful, {} otherwise.
::hwat::core::FindTangentNodeForAngledBarrier [list 0.0 0.0 0.0 5000.0 1500.0 2000] -45.0 VEHICLE FRONT