Reorder the definition of IfcCircleHollowProfileDef and IfcCircleProfileDef in order for the hollow profiles to get interpreted correctly

This commit is contained in:
Thomas Krijnen
2012-06-12 17:03:39 +00:00
parent a824eb38f1
commit b1adf124c6
+1 -1
View File
@@ -60,9 +60,9 @@ FACE(IfcRectangleProfileDef);
FACE(IfcIShapeProfileDef); FACE(IfcIShapeProfileDef);
FACE(IfcCShapeProfileDef); FACE(IfcCShapeProfileDef);
FACE(IfcLShapeProfileDef); FACE(IfcLShapeProfileDef);
FACE(IfcCircleHollowProfileDef);
FACE(IfcCircleProfileDef); FACE(IfcCircleProfileDef);
FACE(IfcFace); FACE(IfcFace);
FACE(IfcCircleHollowProfileDef);
WIRE(IfcPolyline); WIRE(IfcPolyline);
WIRE(IfcPolyLoop); WIRE(IfcPolyLoop);