*rigidwallgeometry()

Adds geometry to a rigid wall group in HMASCII format.

Syntax

*rigidwallgeometry (id geometrytype ....)

Type

HyperMesh HMASCII Command

Inputs

id
The ID of the group.
geometrytype
  • 1 - infinite plane
  • 2 - finite plane
  • 3 - infinite prism
  • 4 - finite prism
  • 5 - cylinder
  • 6 - sphere
  • 7 - MADYMO plane
  • 8 - MADYMO ellipse.
For geometrytypes 1 and 2:
xaxisx, xaxisy, xaxisz
The x, y, z components describing the local x axis.
lengthx, lengthy
The local x and y length of the rigid wall.
For geometrytypes 3 and 4:
xaxisx, xaxisy, xaxisz
The x, y, z components describing the local x axis.
lengthx,lengthy,lengthz
The local x, y and z length of the rigid wall.
For geometrytype 5:
radius
The radius of the rigid wall.
lengthz
The length of the cylinder.
For geometrytype 6:
radius
The radius of the sphere.
For geomtrytypes 7 and 8:
MADYMOID
ID corresponding to the geometry description in the MADYMO deck.

Errors

None.