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