HMIN_rigidwall_writegeometry_cylinder()
Writes a MADYMO coupling definition of a rigid wall.
Syntax
HMIN_rigidwall_writegeometry_cylinder(HM_entityidtype id, double radius, double lengthz)
Type
HyperMesh hminlib Function
Description
Writes a MADYMO coupling definition of a rigid wall.
Inputs
- id
- The ID of the rigid wall.
- radius
- The radius of the cylinder.
- lengthz
- The length of the cylinder.
Example
This command must be preceded by a HMIN_rigidwall_write() command. The ID must refer to an existing rigid wall.
Errors
None.