|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_mesh.h>

Public Attributes | |
| occtl_point3_t | min |
| occtl_point3_t | max |
Axis-aligned bounding box in 3D.
Math-POD per ABI_PATTERNS.md ยง15: passed by value, not versioned. Used only by occtl_mesh_options_t today; if a second consumer appears in another module, promote this declaration to occtl_geom.h in a follow-up.
| occtl_point3_t occtl_aabb3::max |
Upper corner (componentwise maximum).
| occtl_point3_t occtl_aabb3::min |
Lower corner (componentwise minimum).