mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
- != +
This commit is contained in:
@@ -805,7 +805,7 @@ ifcopenshell::geometry::taxonomy::direction3::ptr IfcGeom::Iterator::remove_offs
|
||||
double translation_amnt = bb.norm();
|
||||
if (translation_amnt > settings_.get<MaxOffset>().get()) {
|
||||
// block has an underlying mutable ref to the matrix
|
||||
bb -= vec;
|
||||
bb += vec;
|
||||
} else {
|
||||
all_applied = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user