HMIN_rigidwall_writegeometry_plane()
Writes a planar definition of a rigid wall.
Syntax
HMIN_rigidwall_writegeometry_plane(HM_entityidtype id, unsigned char finite, double xaxisx, double xaxisy, double xaxisz, double lengthx, double lengthy)
Type
HyperMesh hminlib Function
Description
Writes a planar definition of a rigid wall.
Inputs
- id
- The ID of the rigid wall.
- finite
- A flag for finite geometry.
- xaxisx, xaxisy, xaxisz
- x, y, z locations used to calculate the local x axis.
- lengthx, lengthy
- local x and y 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.