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

Function begin

src/ifcparse/IfcFile.h:286–288  ·  view source on GitHub ↗

Returns the first entity in the range of instances contained in the model, in arbitrary order

Source from the content-addressed store, hash-verified

284 /// Returns the first entity in the range of instances contained in the model,
285 /// in arbitrary order
286 entity_by_id_t::iterator begin() const {
287 return byid_.begin();
288 }
289
290 /// Returns the first entity in the range of instances contained in the model,
291 /// in arbitrary order

Callers 3

asMethod · 0.70
filteredMethod · 0.70
uniqueMethod · 0.70

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected