Provide access to IfcGeomObject geometry as Open Cascade BRep data

This commit is contained in:
Thomas Krijnen
2012-01-31 08:56:10 +00:00
parent 5ebc23656a
commit b719e12417
3 changed files with 31 additions and 0 deletions
+3
View File
@@ -21,6 +21,8 @@ namespace IfcGeomObjects {
const int WELD_VERTICES = 1;
const int USE_WORLD_COORDS = 2;
const int CONVERT_BACK_UNITS = 3;
const int USE_BREP_DATA = 4;
class IfcMesh {
public:
@@ -29,6 +31,7 @@ namespace IfcGeomObjects {
std::vector<int> faces;
std::vector<int> edges;
std::vector<float> normals;
std::string brep_data;
};
class IfcObject {