| 1774 | } |
| 1775 | |
| 1776 | IfcGeometry IfcGeometryProcessor::BoolProcess(const std::vector<IfcGeometry> &firstGeoms, std::vector<IfcGeometry> &secondGeoms, std::string op, IfcGeometrySettings _settings) |
| 1777 | { |
| 1778 | return _boolEngine.BoolProcess(firstGeoms, secondGeoms, op, _settings); |
| 1779 | } |
| 1780 | /** |
| 1781 | * This function traverses an IfcComposedMesh, transforming each child |
| 1782 | * IfcGeometry into world coordinates to perform Boolean operations |
nothing calls this directly
no test coverage detected