From b1adf124c61668190245264705a0d304694c4b2c Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 12 Jun 2012 17:03:39 +0000 Subject: [PATCH] Reorder the definition of IfcCircleHollowProfileDef and IfcCircleProfileDef in order for the hollow profiles to get interpreted correctly --- src/ifcgeom/IfcRegister.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/IfcRegister.h b/src/ifcgeom/IfcRegister.h index 7ab46a78e7..ff7e8c0a03 100644 --- a/src/ifcgeom/IfcRegister.h +++ b/src/ifcgeom/IfcRegister.h @@ -60,9 +60,9 @@ FACE(IfcRectangleProfileDef); FACE(IfcIShapeProfileDef); FACE(IfcCShapeProfileDef); FACE(IfcLShapeProfileDef); +FACE(IfcCircleHollowProfileDef); FACE(IfcCircleProfileDef); FACE(IfcFace); -FACE(IfcCircleHollowProfileDef); WIRE(IfcPolyline); WIRE(IfcPolyLoop);