OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl_aabb3 Struct Reference

#include <occtl_mesh.h>

Collaboration diagram for occtl_aabb3:

Public Attributes

occtl_point3_t min
 
occtl_point3_t max
 

Detailed Description

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.

Member Data Documentation

◆ max

occtl_point3_t occtl_aabb3::max

Upper corner (componentwise maximum).

◆ min

occtl_point3_t occtl_aabb3::min

Lower corner (componentwise minimum).


The documentation for this struct was generated from the following file: