1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//! Operations to update objects mod cycle; mod face; mod half_edge; mod region; mod shell; mod sketch; mod solid; pub use self::{ cycle::UpdateCycle, face::UpdateFace, half_edge::UpdateHalfEdge, region::UpdateRegion, shell::UpdateShell, sketch::UpdateSketch, solid::UpdateSolid, };