mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 11:28:28 +00:00
Use validation tolerance in Core::tolerance
It is important that the same value is used everywhere. Otherwise, validation could miss problems that then end up in an exported file, for example.
This commit is contained in:
parent
8afcc7efe3
commit
305e631487
@ -41,7 +41,7 @@ impl Core {
|
||||
|
||||
/// Access the tolerance value used for intermediate geometry representation
|
||||
pub fn tolerance(&self) -> Tolerance {
|
||||
self.default_tolerance
|
||||
self.layers.validation.config.tolerance
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user