HyperWorks Tools

::hwat::utils::PositionOOPDummy

::hwat::utils::PositionOOPDummy

Previous topic Next topic No expanding text in this topic  

::hwat::utils::PositionOOPDummy

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

NAME

::hwat::utils::PositionOOPDummy - Position the "Out of Position" driver or passenger dummy.

 

SYNTAX

PositionOOPDummy node1 node2 node3 node4 vehicleAssem rootSysId headAssem chestAssem lowerTorsoAssem chestNode hPointXYZ upperSplinePlateNode lowerSplinePlateNode location type option [chinNode] [wheelCompsList] [headNode]

 

ARGUMENTS

node1

The node 1 of the airbag.

node2

The node 2 of the airbag.

node3

The node 3 of the airbag.

node4

The node 4 of the airbag.

vehicleAssem

The name of the vehicle assembly.

rootSysId

The ID of the dummy root system.

headAssem

The name of the dummy head assembly.

chestAssem

The name of the dummy chest assembly.

lowerTorsoAssem

The name of the lower torso assembly.

chestNode

The ID of the chest node of the dummy.

hPointXYZ

A Tcl list containing the x,y, and z coordinates of the H point of the dummy.

upperSplinePlateNode

The ID of the upper spline plate node.

lowerSplinePlateNode

The ID of the lower spline plate node.

location

The location of the template file.

type

Either driver or passenger.

option

Either 1 or 2

if type is driver:

1 - Chin on module.

2 - Chin on wheel.

if type is passenger:

1 - Head on module.

2 - Chest on module.

chinNode

The ID of the chin node.  Required only if the type is driver (default = "").

wheelCompsList

A Tcl list of the wheel components IDs.  Required only if the type is driver and option is 2 (default == "").

headNode

The ID of the head node.  Required only if the type is passenger and the option is 1 (default = "").

 

RETURNS

1 if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::PositionOOPDummy 104898 106442 106322 102157 "VEHICLE" 12059 "Head And Neck" "Thorax" "Lower Torso" 1500000 [list 3100 -370 500] 1511266 1511267 "D:/Altair/hw6.0/templates/feoutput/ls-dyna/dyna.key" "driver" 1 1503588

 

Comments

This function assumes that the dummy has been imported.

 

See also

Utils Functions