mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
schema entity initialize() method, optional argument forwarding in file::create, populate_derived in InstanceData
This commit is contained in:
@@ -144,10 +144,6 @@ class IFC_PARSE_API Entity : public Base {
|
||||
T get_value(const std::string& name, const T& default_value) const;
|
||||
|
||||
std::vector<express::Entity> get_inverse(const std::string& name) const;
|
||||
|
||||
// unsigned set_id(const std::optional<unsigned>& i);
|
||||
|
||||
void populate_derived();
|
||||
};
|
||||
|
||||
class IFC_PARSE_API Select : public Base {
|
||||
|
||||
Reference in New Issue
Block a user