::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

Success
The ID of the rigid wall.
Failure
{}

Example

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