Support for IfcCompositeProfileDef and IfcDerivedProfileDef

This commit is contained in:
aothms
2014-03-16 13:34:01 +00:00
parent 83ac741b59
commit 4a36816f8f
7 changed files with 138 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;