mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 18:08:26 +00:00
Rename topology::kinds
to objects
This commit is contained in:
parent
9c25cb6628
commit
2c4e2e98a8
@ -14,14 +14,15 @@
|
||||
|
||||
mod any_object;
|
||||
mod is_object;
|
||||
mod kinds;
|
||||
mod object_set;
|
||||
mod objects;
|
||||
mod stores;
|
||||
|
||||
pub use self::{
|
||||
any_object::{AboutToBeStored, AnyObject, Bare, Form, Stored},
|
||||
is_object::IsObject,
|
||||
kinds::{
|
||||
object_set::{ObjectSet, ObjectSetIntoIter, ObjectSetIter},
|
||||
objects::{
|
||||
curve::Curve,
|
||||
cycle::Cycle,
|
||||
face::{Face, Handedness},
|
||||
@ -33,6 +34,5 @@ pub use self::{
|
||||
surface::Surface,
|
||||
vertex::Vertex,
|
||||
},
|
||||
object_set::{ObjectSet, ObjectSetIntoIter, ObjectSetIter},
|
||||
stores::{Objects, Surfaces},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user