mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Group related code in block
This commit is contained in:
parent
20fa25a0b0
commit
1e1c811830
@ -18,11 +18,10 @@ pub fn model() -> HandleAny {
|
||||
},
|
||||
};
|
||||
|
||||
sketch.to_face(surface)
|
||||
let face = sketch.to_face(surface);
|
||||
Handle::new(face)
|
||||
};
|
||||
|
||||
let top = Handle::new(top);
|
||||
|
||||
let solid = top.sweep([0., 0., -1.]);
|
||||
|
||||
HandleAny::new(solid)
|
||||
|
Loading…
Reference in New Issue
Block a user