HMIN_group_writemainbox()
Sends the size of the main box of a group to HyperMesh.
Syntax
void HMIN_group_writemainbox(HM_entityidtype id, double xminimum, double yminimum, double zminimum, double xmaximum, double ymaximum, double zmaximum);
    Type
HyperMesh hminlib Function
Description
Sends the size of the main box of a group to HyperMesh.
Inputs
- id
 - The ID of the group.
 - xminimum
 - The minimum x value for the box.
 - yminimum
 - The minimum y value for the box.
 - zminimum
 - The minimum z value for the box.
 - xmaximum
 - The maximum x value for the box.
 - ymaximum
 - The maximum y value for the box.
 - zmaximum
 - The maximum z value for the box.
 
Errors
None.