mirror of
https://github.com/hannobraun/Fornjot
synced 2025-11-05 14:40:48 +00:00
Update variable name
This commit is contained in:
parent
6f8944cd8a
commit
668f850034
@ -19,9 +19,9 @@ impl ToShape for fj::Sweep {
|
|||||||
let path = Vector::from(self.path());
|
let path = Vector::from(self.path());
|
||||||
let color = self.shape().color();
|
let color = self.shape().color();
|
||||||
|
|
||||||
let swept = sweep(sketch.into_inner(), path, tolerance, color);
|
let solid = sweep(sketch.into_inner(), path, tolerance, color);
|
||||||
|
|
||||||
validate(swept, config)
|
validate(solid, config)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn bounding_volume(&self) -> Aabb<3> {
|
fn bounding_volume(&self) -> Aabb<3> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user