mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +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();
|
double translation_amnt = bb.norm();
|
||||||
if (translation_amnt > settings_.get<MaxOffset>().get()) {
|
if (translation_amnt > settings_.get<MaxOffset>().get()) {
|
||||||
// block has an underlying mutable ref to the matrix
|
// block has an underlying mutable ref to the matrix
|
||||||
bb -= vec;
|
bb += vec;
|
||||||
} else {
|
} else {
|
||||||
all_applied = false;
|
all_applied = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user