HyperWorks Tools

::hwat::core::FindTangentNodeForAngledBarrier

::hwat::core::FindTangentNodeForAngledBarrier

Previous topic Next topic No expanding text in this topic  

::hwat::core::FindTangentNodeForAngledBarrier

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

NAME

::hwat::core::FindTangentNodeForAngledBarrier - Finds the node at which the angled barrier is tangent to the vehicle.

 

SYNTAX

::hwat::core::FindTangentNodeForAngledBarrier d_vehicleDims d_angle [str_assemName] [str_bcicType]

 

ARGUMENTS

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.

 

RETURNS

The ID of the tangential node if successful, {} otherwise.

 

EXAMPLE

::hwat::core::FindTangentNodeForAngledBarrier [list 0.0 0.0 0.0 5000.0 1500.0 2000]  -45.0 VEHICLE FRONT

 

 

See also

Core Functions