Clash detection features

This commit is contained in:
Dion Moult
2024-02-29 17:17:59 +11:00
committed by Thomas Krijnen
parent bed03bf83c
commit c7fd42f2cf
7 changed files with 2221 additions and 3 deletions
@@ -481,7 +481,8 @@ IfcGeom::Representation::Triangulation::Triangulation(const BRep& shape_model)
}
}
BRepTools::Clean(s);
// Temporarily commented out so we don't need to triangulate it again for clash detection.
// BRepTools::Clean(s);
}
}