MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / BoolProcess

Method BoolProcess

src/cpp/web-ifc/geometry/IfcGeometryProcessor.cpp:1776–1779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 9

debugFunction · 0.85
errorFunction · 0.85
DumpIfcGeometryFunction · 0.85
buildPlanesMethod · 0.80
SetEpsilonsFunction · 0.50
SubtractFunction · 0.50
UnionFunction · 0.50
GetPointMethod · 0.45
AddGeometryMethod · 0.45

Tested by

no test coverage detected