//! Region module exports
//!//! This module collects geometric region data types and traits.
// Expose the ndarray-based Box merged into simbox.rs
pubmodsimbox;pubusesimbox::SimBox;// Generic region traits and shapes
#[allow(clippy::module_inception)]pubmodregion;pubusecrate::types::FNx3;pubuseregion::{AndRegion, Cuboid, HollowSphere, NotRegion, OrRegion, Region, Sphere};