mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-25 19:46:41 +00:00
Implement Insert
for Curve
This commit is contained in:
parent
4ca7631dd8
commit
d212a1d832
@ -1,6 +1,6 @@
|
||||
use crate::{
|
||||
objects::{
|
||||
Cycle, Face, GlobalEdge, HalfEdge, Region, Shell, Sketch, Solid,
|
||||
Curve, Cycle, Face, GlobalEdge, HalfEdge, Region, Shell, Sketch, Solid,
|
||||
Surface, Vertex,
|
||||
},
|
||||
services::Services,
|
||||
@ -43,6 +43,7 @@ macro_rules! impl_insert {
|
||||
}
|
||||
|
||||
impl_insert!(
|
||||
Curve, curves;
|
||||
Cycle, cycles;
|
||||
Face, faces;
|
||||
GlobalEdge, global_edges;
|
||||
|
Loading…
x
Reference in New Issue
Block a user