Add missing re-export

This commit is contained in:
Hanno Braun 2022-06-22 15:29:24 +02:00
parent d1792ea932
commit b5fb67c1e6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pub use self::{
curve::Curve, curve::Curve,
cycle::Cycle, cycle::Cycle,
edge::{Edge, VerticesOfEdge}, edge::{Edge, VerticesOfEdge},
face::{CyclesInFace, Face}, face::{CyclesInFace, Face, FaceBRep},
surface::{Surface, SweptCurve}, surface::{Surface, SweptCurve},
vertex::Vertex, vertex::Vertex,
}; };