mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Refactor to prepare for follow-on change
This commit is contained in:
parent
1c452196dc
commit
5e4594fa65
@ -106,13 +106,17 @@ pub trait BuildHalfEdge {
|
||||
boundary.zip_ext(points_surface),
|
||||
);
|
||||
|
||||
HalfEdge::unjoined(core).insert(core).set_geometry(
|
||||
let half_edge = HalfEdge::unjoined(core).insert(core);
|
||||
|
||||
core.layers.geometry.define_half_edge(
|
||||
half_edge.clone(),
|
||||
HalfEdgeGeom {
|
||||
path,
|
||||
boundary: boundary.into(),
|
||||
},
|
||||
&mut core.layers.geometry,
|
||||
)
|
||||
);
|
||||
|
||||
half_edge
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user