mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-17 15:36:11 +00:00
Add Core::tolerance
This commit is contained in:
parent
b41344f81d
commit
e7c6f0e71c
@ -38,6 +38,11 @@ impl Core {
|
|||||||
default_tolerance,
|
default_tolerance,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Access the tolerance value used for intermediate geometry representation
|
||||||
|
pub fn tolerance(&self) -> Tolerance {
|
||||||
|
self.default_tolerance
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for Core {
|
impl Default for Core {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user