HyperWorks Tools

::hwat::solver::CreateRigidWall

::hwat::solver::CreateRigidWall

Previous topic Next topic No expanding text in this topic  

::hwat::solver::CreateRigidWall

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

NAME

::hwat::solver::CreateRigidWall- Creates a rigid wall in HyperMesh.

 

SYNTAX

::hwat::solver::CreateRigidWall str_name str_location [str_type] [assemName]

 

ARGUMENTS

str_name

The name of the rigid wall.

str_location

The location of the template file.

str_type

The type of rigid wall. Possible types are XSectionPlane, RWGeometric, RWPlanar, ContEntity (default = RWPlanar).

assemName

Component entity set to slave to rigid wall (default = "").

 

RETURNS

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

 

EXAMPLE

::hwat::solver::CreateRigidWall "ABCD" "D:/Altair/templates/feoutput/ls-dyna/dyna.key" "RWGeometric" "TIRE"

 

See also

Solver Functions