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

Function GetGeometry

src/cpp/wasm/web-ifc-wasm.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223webifc::geometry::IfcGeometry GetGeometry(uint32_t modelID, uint32_t expressID)
224{
225 return manager.IsModelOpen(modelID) ? manager.GetGeometryProcessor(modelID)->GetGeometry(expressID) : webifc::geometry::IfcGeometry();
226}
227
228std::vector<webifc::geometry::IfcCrossSections> GetAllCrossSections(uint32_t modelID, uint8_t dimensions)
229{

Callers

nothing calls this directly

Calls 4

GetGeometryMethod · 0.80
GetGeometryProcessorMethod · 0.80
IfcGeometryClass · 0.50
IsModelOpenMethod · 0.45

Tested by

no test coverage detected