mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 03:18:30 +00:00
Update nomenclature
This commit is contained in:
parent
e311c9d00d
commit
f7d046408b
@ -59,10 +59,11 @@ impl SweepExt for Handle<Face> {
|
|||||||
surfaces: &mut Store<Plane>,
|
surfaces: &mut Store<Plane>,
|
||||||
vertices: &mut Store<Vertex>,
|
vertices: &mut Store<Vertex>,
|
||||||
) -> Sweep {
|
) -> Sweep {
|
||||||
|
let bottom = self;
|
||||||
let target = faces
|
let target = faces
|
||||||
.insert(self.flip(surfaces).translate(path, surfaces, vertices));
|
.insert(bottom.flip(surfaces).translate(path, surfaces, vertices));
|
||||||
|
|
||||||
let solid = Solid::connect_faces([target, self], faces, surfaces);
|
let solid = Solid::connect_faces([target, bottom], faces, surfaces);
|
||||||
|
|
||||||
Sweep { output: solid }
|
Sweep { output: solid }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user