mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-24 03:31:36 +00:00
Rename variable to increase clarity
This commit is contained in:
parent
ea9c5f1b83
commit
71054ea227
@ -44,7 +44,7 @@ pub fn model(
|
||||
}
|
||||
|
||||
let bottom_surface = services.objects.surfaces.xy_plane();
|
||||
let path = Vector::from([0., 0., h]);
|
||||
let sweep_path = Vector::from([0., 0., h]);
|
||||
|
||||
Sketch::empty()
|
||||
.add_region(
|
||||
@ -54,6 +54,6 @@ pub fn model(
|
||||
.insert(services)])
|
||||
.insert(services),
|
||||
)
|
||||
.sweep_sketch(bottom_surface, path, services)
|
||||
.sweep_sketch(bottom_surface, sweep_path, services)
|
||||
.insert(services)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user