fill context attribute of the shape elements (similar to v0.7.0) #4832

This commit is contained in:
Andrej730
2024-07-16 13:55:25 +05:00
parent d8cf6ca4fc
commit dedbf7014a
2 changed files with 15 additions and 19 deletions
+1
View File
@@ -92,6 +92,7 @@ namespace IfcGeom {
const std::string& name() const { return _name; }
const std::string& type() const { return _type; }
const std::string& guid() const { return _guid; }
// Return the representation's identifier (e.g. "Body") if present, or it's context type (e.g. "Model").
const std::string& context() const { return _context; }
const std::string& unique_id() const { return _unique_id; }
const Transformation& transformation() const { return _transformation; }