Fix compilation of IfcOpenHouse, move IfcGeom::tesselate back directly in IfcGeom namespace

This commit is contained in:
Thomas Krijnen
2015-01-06 10:19:24 +00:00
parent f3c26c372d
commit 1c757c351b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -567,7 +567,7 @@ double IfcGeom::Kernel::getValue(GeomValue var) {
return 0;
}
IfcSchema::IfcProductDefinitionShape* IfcGeom::Kernel::tesselate(TopoDS_Shape& shape, double deflection, IfcEntityList::ptr es) {
IfcSchema::IfcProductDefinitionShape* IfcGeom::tesselate(TopoDS_Shape& shape, double deflection, IfcEntityList::ptr es) {
BRepMesh::Mesh(shape, deflection);
IfcSchema::IfcFace::list::ptr faces (new IfcSchema::IfcFace::list);