mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-18 22:26:09 +00:00
Rename argument
This commit is contained in:
parent
72f02987d2
commit
3332b629c9
@ -18,16 +18,16 @@ impl Shape for fj::Sweep {
|
||||
fn compute_brep(
|
||||
&self,
|
||||
config: &ValidationConfig,
|
||||
stores: &Objects,
|
||||
objects: &Objects,
|
||||
planes: &Planes,
|
||||
debug_info: &mut DebugInfo,
|
||||
) -> Result<Validated<Self::Brep>, ValidationError> {
|
||||
let sketch = self
|
||||
.shape()
|
||||
.compute_brep(config, stores, planes, debug_info)?;
|
||||
.compute_brep(config, objects, planes, debug_info)?;
|
||||
let path = Vector::from(self.path());
|
||||
|
||||
let solid = sketch.into_inner().sweep(path, stores);
|
||||
let solid = sketch.into_inner().sweep(path, objects);
|
||||
solid.validate_with_config(config)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user