mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
- Added id (ISO 10303-21 Table 2: ENTITY_INSTANCE_NAME) to IfcGeomObject. Thanks to laurencepike.
This commit is contained in:
@@ -28,6 +28,7 @@ namespace IfcGeomObjects {
|
||||
|
||||
class IfcGeomObject {
|
||||
public:
|
||||
int id;
|
||||
std::string name;
|
||||
std::string type;
|
||||
std::vector<float> matrix;
|
||||
|
||||
Reference in New Issue
Block a user