Merge pull request #731 from hannobraun/face

Add missing re-export
This commit is contained in:
Hanno Braun 2022-06-28 14:41:19 +02:00 committed by GitHub
commit e75e2e636a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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