HyperWorks Tools

::hwat::solver::CreateRigidPole

::hwat::solver::CreateRigidPole

Previous topic Next topic No expanding text in this topic  

::hwat::solver::CreateRigidPole

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

NAME

::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 slave to rigid pole. (default = "").

 

RETURNS

The ID of the rigid pole if successful, {} otherwise.

 

EXAMPLE

::hwat::solver::CreateRigidPole "Pole" "D:/Altair/templates/feoutput/ls-dyna/dyna.key"  19 [list 0.0 0.0 -1.0] 250 600  "Vehicle"

 

See also

Solver Functions