::hwat::solver::CreateRigidPole
Creates a rigid pole.
Syntax
::hwat::solver::CreateRigidPole name template baseNode normalVect diameter height [assemName]
Arguments
- name
 - The name of the rigid pole.
 - template
 - The location of the template file.
 - baseNode
 - The ID of the base node.
 - normalVect
 - A Tcl list defining the normal vector.
 - diameter
 - The diameter of the rigid pole.
 - height
 - The height of the rigid pole.
 - assemname
 - Component entity set to secondary to rigid pole.
 
Returns
- Success
 - The ID of the rigid pole.
 - Failure
 - {}
 
Example
::hwat::solver::CreateRigidPole "Pole" "D:/Altair/templates/feoutput/ls-dyna/dyna.key"  19 [list 0.0 0.0 -1.0] 250 600  "Vehicle"