Crate truck_modeling

Source
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, and ClosedSweep.
topology
topological elements

Type Aliases§

Result
Result with crate’s errors.