HMIN_group_writesecondarybox()

Sends the size of a secondary box of a group to HyperMesh.

Syntax

void HMIN_group_writesecondarybox(HM_entityidtype id, double xminimum, double yminimum, double zminimum, double xmaximum, double ymaximum, double zmaximum);

Type

HyperMesh hminlib Function

Description

Sends the size of a secondary 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.

Errors

None.