runmat-meshing-surface 0.6.0

Surface meshing stage for RunMat meshing
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod checks;
mod edges;
mod geometry;
#[cfg(test)]
mod tests;
mod types;

pub use checks::*;
pub use types::*;

pub const MODULE_PURPOSE: &str = "loop, hole, and source-edge recovery before PLC construction";