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

Method item_id

src/ifcgeom/IfcGeomRepresentation.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221int IfcGeom::Representation::BRep::item_id(int i) const {
222 if (i >= 0 && i < shapes_.size()) {
223 return shapes_[i].ItemId();
224 } else {
225 return 0;
226 }
227}

Callers 1

extract_geometryMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected