mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
inverse access in schema
This commit is contained in:
@@ -358,6 +358,7 @@ class IFC_PARSE_API entity : public declaration {
|
|||||||
|
|
||||||
const std::vector<const entity*>& subtypes() const { return subtypes_; }
|
const std::vector<const entity*>& subtypes() const { return subtypes_; }
|
||||||
const std::vector<const attribute*>& attributes() const { return attributes_; }
|
const std::vector<const attribute*>& attributes() const { return attributes_; }
|
||||||
|
const std::vector<const inverse_attribute*>& inverse_attributes() const { return inverse_attributes_; }
|
||||||
const std::vector<bool>& derived() const { return derived_; }
|
const std::vector<bool>& derived() const { return derived_; }
|
||||||
|
|
||||||
const std::vector<const attribute*> all_attributes() const {
|
const std::vector<const attribute*> all_attributes() const {
|
||||||
|
|||||||
Reference in New Issue
Block a user