HMIN_rigidwall_writegeometry_prism()
Writes a prism definition of a rigid wall.
Syntax
HMIN_rigidwall_writegeometry_prism(HM_entityidtype id, unsigned char finite, double xaxisx, double xaxisy, double xaxisz, double lengthx, double lengthy, double lengthz)
Type
HyperMesh hminlib Function
Description
Writes a prism definition of a rigid wall.
Inputs
- id
- The ID of the rigid wall.
- finite
- A flag for finite geometry.
- xaxisx, xaxisy, xaxisz
- The x, y, z locations used to calculate the local x axis.
- lengthx, lengthy lengthz
- The local x, y and z length of the rigid wall.
Example
This command must be preceded by the HMIN_rigidwall_write() command. The ID must refer to an existing rigid wall.
xaxisx, xaxisy, and xaxisz relate to the base values of the rigid wall in the same way as normalx, normaly, and normalz relate to the base in HMIN_rigidwall_write().
Errors
None.