mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 18:38:28 +00:00
Make Translate
show up in operations tree
This commit is contained in:
parent
4416110980
commit
f9e7aa4f9c
@ -28,9 +28,9 @@ pub trait SweepExt {
|
||||
impl SweepExt for Handle<Face> {
|
||||
fn sweep(self, path: impl Into<Vector<3>>) -> Sweep {
|
||||
let bottom = self;
|
||||
let top = bottom.flip().translate(path);
|
||||
let top = Handle::new(bottom.flip().translate(path));
|
||||
|
||||
let output = top.output.connect(bottom);
|
||||
let output = top.connect(bottom);
|
||||
Sweep {
|
||||
output: Handle::new(output),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user