::hwat::solver::CreateRigidWall- Creates a rigid wall in HyperMesh.
::hwat::solver::CreateRigidWall str_name str_location [str_type] [assemName]
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 = ""). |
The ID of the rigid wall if successful, {} otherwise.
::hwat::solver::CreateRigidWall "ABCD" "D:/Altair/templates/feoutput/ls-dyna/dyna.key" "RWGeometric" "TIRE"