Fix a bug in the order of applying the scaling of a IfcCartesianTransformationOperator3DnonUniform

Fix a bug in the formatting of IFC simple types
Provide a way of iterating over all entities in the IFC file
Added IFC test file by Ryan Schultz
Added another IFC test file from AutoCAD Architecture 2010
This commit is contained in:
Thomas Krijnen
2012-03-16 15:21:52 +00:00
parent 3bb008c89f
commit cdbafac676
7 changed files with 16321 additions and 4 deletions
+5 -1
View File
@@ -192,12 +192,16 @@ TestFile("http://bimserver.googlecode.com/svn/trunk/TestData/data/AC90R1-niedrih
# File courtesey of Jon Mirtschin / Geometry Gym
TestFile("geometrygym_great_court_roof.ifc")
# File courtesey of Ryan Schultz / Opening Design / Studio Wikitecture
TestFile("revit2012_janesville_restaurant.zip")
# Walls cut by IfcPolygonalBoundedHalfSpaces from Revit 2011
TestFile("revit2011_wall1.ifc")
TestFile("revit2011_wall2.ifc")
# Walls from Autocad Architecture 2010
# Objects from Autocad Architecture 2010
TestFile("acad2010_walls.ifc")
TestFile("acad2010_objects.ifc")
# Various half space configuration to test cutting tolerances
TestFile("ifcopenshell_halfspaces.ifc")