mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-28 21:51:36 +00:00
Rename variable to increase clarity
This commit is contained in:
parent
c1d2fc1f1e
commit
21d7ddd781
@ -13,10 +13,10 @@ pub fn model(
|
||||
split_pos: f64,
|
||||
services: &mut Services,
|
||||
) -> Handle<Solid> {
|
||||
let solid = cuboid::model([size, size, size], services);
|
||||
let cuboid = cuboid::model([size, size, size], services);
|
||||
|
||||
solid
|
||||
.update_shell(solid.shells().only(), |shell| {
|
||||
cuboid
|
||||
.update_shell(cuboid.shells().only(), |shell| {
|
||||
let face = shell.faces().first();
|
||||
let cycle = face.region().exterior();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user