mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-02 23:46:36 +00:00
Support Curve
in Object
This commit is contained in:
parent
3b8bdcf637
commit
4ca7631dd8
@ -1,7 +1,7 @@
|
||||
use crate::{
|
||||
objects::{
|
||||
Cycle, Face, GlobalEdge, HalfEdge, Objects, Region, Shell, Sketch,
|
||||
Solid, Surface, Vertex,
|
||||
Curve, Cycle, Face, GlobalEdge, HalfEdge, Objects, Region, Shell,
|
||||
Sketch, Solid, Surface, Vertex,
|
||||
},
|
||||
storage::{Handle, HandleWrapper, ObjectId},
|
||||
validate::{Validate, ValidationError},
|
||||
@ -91,6 +91,7 @@ macro_rules! object {
|
||||
}
|
||||
|
||||
object!(
|
||||
Curve, "curve", curves;
|
||||
Cycle, "cycle", cycles;
|
||||
Face, "face", faces;
|
||||
GlobalEdge, "global edge", global_edges;
|
||||
|
Loading…
x
Reference in New Issue
Block a user