Group related code in block

This commit is contained in:
Hanno Braun 2025-02-18 20:01:52 +01:00
parent 20fa25a0b0
commit 1e1c811830

View File

@ -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)