mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 19:30:25 +00:00
Expose header properties with invalid values #5246
This commit is contained in:
committed by
Thomas Krijnen
parent
50cb09aac2
commit
76ba3947f5
@@ -52,6 +52,10 @@ class IFC_PARSE_API HeaderEntity {
|
||||
return data_.size();
|
||||
}
|
||||
|
||||
AttributeValue getArgument(size_t index) const {
|
||||
return data_.get_attribute_value(index);
|
||||
}
|
||||
|
||||
std::string toString(bool upper = false) const {
|
||||
std::stringstream stream;
|
||||
stream << datatype_;
|
||||
|
||||
Reference in New Issue
Block a user