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

Method SetParents

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

Source from the content-addressed store, hash-verified

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)

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected