mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 19:38:29 +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 path = path.into();
|
||||||
|
|
||||||
let half_edge_geom = *core.layers.geometry.of_half_edge(self);
|
let half_edge_geom = *core.layers.geometry.of_half_edge(self);
|
||||||
let surface = half_edge_geom.path.sweep_surface_path(
|
let surface_geom = core.layers.geometry.of_surface(&surface);
|
||||||
&core.layers.geometry.of_surface(&surface),
|
let surface =
|
||||||
path,
|
half_edge_geom
|
||||||
core,
|
.path
|
||||||
);
|
.sweep_surface_path(&surface_geom, path, core);
|
||||||
|
|
||||||
// Next, we need to define the boundaries of the face. Let's start with
|
// Next, we need to define the boundaries of the face. Let's start with
|
||||||
// the global vertices and edges.
|
// the global vertices and edges.
|
||||||
|
Loading…
Reference in New Issue
Block a user