Support for IfcCompositeProfileDef and IfcDerivedProfileDef

This commit is contained in:
Thomas Krijnen
2014-03-16 13:34:01 +00:00
parent 4c17d153f4
commit 220b36b09c
8 changed files with 228 additions and 30 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ bool IfcGeom::convert_wire(const IfcBaseClass* l, TopoDS_Wire& r) {
Logger::Message(Logger::LOG_ERROR,"No operation defined for:",l->entity);
return false;
}
bool IfcGeom::convert_face(const IfcBaseClass* l, TopoDS_Face& r) {
bool IfcGeom::convert_face(const IfcBaseClass* l, TopoDS_Shape& r) {
#include "IfcRegisterConvertFace.h"
Logger::Message(Logger::LOG_ERROR,"No operation defined for:",l->entity);
return false;