| 98 | const IfcUtil::IfcBaseEntity* product() const { return product_; } |
| 99 | const std::vector<const IfcGeom::Element*>& parents() const { return _parents; } |
| 100 | void SetParents(std::vector<const IfcGeom::Element*>& newparents) { _parents = newparents; } |
| 101 | |
| 102 | Element(const ifcopenshell::geometry::Settings& settings, int id, int parent_id, const std::string& name, const std::string& type, |
| 103 | const std::string& guid, const std::string& context, const ifcopenshell::geometry::taxonomy::matrix4::ptr& trsf, const IfcUtil::IfcBaseEntity* product) |