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

Method IsValidExpressID

src/cpp/web-ifc/parsing/IfcLoader.cpp:299–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 }
298
299 bool IfcLoader::IsValidExpressID(const uint32_t expressID) const
300 {
301 if (expressID == 0 || expressID > _maxExpressId || !_lines.contains(expressID)) return false;
302 else return true;
303 }
304
305 uint32_t IfcLoader::GetLineType(const uint32_t expressID) const
306 {

Callers 6

ValidateExpressIDFunction · 0.80
GetLineFunction · 0.80
GetLineFunction · 0.80
GetMeshMethod · 0.80
GetAlignmentMethod · 0.80
GetAlignmentCurveMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by 1

GetLineFunction · 0.64