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
1a35324b5c
commit
0fde6449da
@ -59,11 +59,11 @@ impl SweepHalfEdge for Handle<HalfEdge> {
|
||||
let path = path.into();
|
||||
|
||||
let half_edge_geom = *core.layers.geometry.of_half_edge(self);
|
||||
let surface = half_edge_geom.path.sweep_surface_path(
|
||||
&core.layers.geometry.of_surface(&surface),
|
||||
path,
|
||||
core,
|
||||
);
|
||||
let surface_geom = core.layers.geometry.of_surface(&surface);
|
||||
let surface =
|
||||
half_edge_geom
|
||||
.path
|
||||
.sweep_surface_path(&surface_geom, path, core);
|
||||
|
||||
// Next, we need to define the boundaries of the face. Let's start with
|
||||
// the global vertices and edges.
|
||||
|
Loading…
Reference in New Issue
Block a user