mirror of https://github.com/hannobraun/Fornjot
Add missing re-export
This commit is contained in:
parent
d1792ea932
commit
b5fb67c1e6
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue