- Added id (ISO 10303-21 Table 2: ENTITY_INSTANCE_NAME) to IfcGeomObject. Thanks to laurencepike.

This commit is contained in:
Thomas Krijnen
2011-10-08 09:01:35 +00:00
parent a9143655c3
commit 69ad96df25
3 changed files with 15 additions and 12 deletions
+1
View File
@@ -28,6 +28,7 @@ namespace IfcGeomObjects {
class IfcGeomObject {
public:
int id;
std::string name;
std::string type;
std::vector<float> matrix;