Rounded rectangles work now, def must be before rectangles

This commit is contained in:
Ken Arroyo Ohori
2017-03-07 13:41:04 -06:00
parent 31d4de228a
commit 66048610e2
2 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -52,8 +52,8 @@ FACE(IfcArbitraryClosedProfileDef);
FACE(IfcCircleHollowProfileDef);
FACE(IfcCircleProfileDef);
FACE(IfcFace);
FACE(IfcRectangleProfileDef);
FACE(IfcRoundedRectangleProfileDef);
FACE(IfcRectangleProfileDef);
FACE(IfcTrapeziumProfileDef);
FACE(IfcEllipseProfileDef);