Expand description
Integrated modeling algorithms by geometry and topology
There are some examples in truck-modeling/examples.
Re-exports§
pub use base::*;pub use geometry::*;pub use topology::*;pub use topo_traits::*;
Modules§
- base
- re-export
truck_base. - builder
- the building model utility API
- errors
- declare errors
- geometry
- geometrical elements
- topo_
traits - topological utility:
Mapped,Sweep, andClosedSweep. - topology
- topological elements
Type Aliases§
- Result
Resultwith crate’s errors.