MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / bypass_type

Method bypass_type

src/ifcparse/IfcParse.cpp:1260–1262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258}
1259
1260void IfcParse::IfcFile::bypass_type(const std::string& type_name) {
1261 types_to_bypass_loading_.insert(type_name);
1262}
1263
1264IfcFile::IfcFile(const std::string& path, filetype ty, bool readonly)
1265 : schema_(nullptr)

Callers 2

openFunction · 0.80
init_input_fileFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected