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

Method parent_id

src/ifcgeom/IfcGeomElement.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89 int id() const { return _id; }
90 int parent_id() const { return _parent_id; }
91 const std::string& name() const { return _name; }
92 const std::string& type() const { return _type; }
93 const std::string& guid() const { return _guid; }

Callers 2

getMethod · 0.80
write_contentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected