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

Method GetAvailableSchemas

src/cpp/web-ifc/schema/IfcSchemaManager.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 const std::vector<IFC_SCHEMA> IfcSchemaManager::GetAvailableSchemas() const
31 {
32 return _schemas;
33 }
34
35 uint32_t IfcSchemaManager::IfcTypeToTypeCode(std::string_view name) const
36 {

Callers 2

CreateModelMethod · 0.80
GetSchemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected