box_domain
- Last UpdatedJan 20, 2026
- 1 minute read
Express Format:
ENTITY box_domain;
|
point_1 : |
LIST [1:3] OF REAL; |
|
point_2 : |
LIST [1:3] OF REAL; |
END_ENTITY;
TRI/2 File Format:
#5010=box_domain((10.0, 200.0, 30.0), (100.0, 200.0, 540.0));
Number of Attributes: 2
Description:
|
point_1 : |
Upper left corner of box |
|
point_2 : |
Lower right corner of box |