mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-23 08:36:09 +00:00
Rename variable to increase clarity
This commit is contained in:
parent
31b51ca20b
commit
26833c0da5
@ -19,7 +19,7 @@ pub fn model(
|
||||
) -> Handle<Solid> {
|
||||
let [x, y, z] = size.into().components;
|
||||
|
||||
let surface = services.objects.surfaces.xy_plane();
|
||||
let bottom_surface = services.objects.surfaces.xy_plane();
|
||||
let sweep_path = Vector::from([Scalar::ZERO, Scalar::ZERO, z]);
|
||||
|
||||
Sketch::empty()
|
||||
@ -35,6 +35,6 @@ pub fn model(
|
||||
)
|
||||
.insert(services),
|
||||
)
|
||||
.sweep_sketch(surface, sweep_path, services)
|
||||
.sweep_sketch(bottom_surface, sweep_path, services)
|
||||
.insert(services)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user