GEOMETRY_BOX
Geometries
*GEOMETRY_BOX
"Optional title"
gid, csysid
$x_1$, $y_1$, $z_1$, $x_2$, $y_2$, $z_2$
"Optional title"
gid, csysid
$x_1$, $y_1$, $z_1$, $x_2$, $y_2$, $z_2$
Parameter definition
Variable
Description
gid
Geometry identification number
csysid
Local coordinate system ID
$x_1$, $y_1$, $z_1$
Box corner coordinate 1
$x_2$, $y_2$, $z_2$
Box corner coordinate 2
Description
This command is used to define a box in space, with corner coordinates at ($x_1$, $y_1$, $z_1$) and ($x_2$, $y_2$, $z_2$).
Example
Simple box geometry
The following commands creates a box geometry with corner coordinates at $(0, 0, 0)$ and $(1, 2, 1)$.
*UNIT_SYSTEM
SI
*PARAMETER
%x1 = 0
%y1 = 0
%z1 = 0
%x2 = 1
%y2 = 2
%z2 = 1
*GEOMETRY_BOX
"Box with corner coordinates (0, 0, 0) and (1, 2, 1)"
1,
[%x1], [%y1], [%z1], [%x2], [%y2], [%z2]
*END