diff --git a/IFC_roundtrip_specifications.md b/IFC_roundtrip_specifications.md index a9c601a..448d817 100644 --- a/IFC_roundtrip_specifications.md +++ b/IFC_roundtrip_specifications.md @@ -2,8 +2,6 @@ This file lists "exercises" to be performed by a BIM application to achieve adequate round-tripping with IFC files. The application should successfully complete all the steps. - - --- ## File Naming Convension Examples: @@ -17,8 +15,6 @@ This file lists "exercises" to be performed by a BIM application to achieve adeq | | | Extrusions_03_PASSED.pln | Extrusions_04_PASSED_pln.ifc | Extrusions_05_PASSED_pln.pln | | | | | | Extrusions_05_PASSED_pln.rvt | - - --- # Tests @@ -57,7 +53,11 @@ The application should be able to export and import an IFC file containing three #### Export criteria -* The exported IFC file contains three IfcBuildingElementProxy, each with an IfcExtrudedAreaSolid as its representation and an IfcArbitraryClosedProfileDef made of an IfcPolyline as its profile. +* The exported IFC file contains three + * IfcBuildingElementProxy, each with an + * IfcExtrudedAreaSolid as its representation and an + * IfcArbitraryClosedProfileDef made of an + * IfcPolyline as its profile. * The positions and extrusion directions are correct when the IFC file is viewed with [ifc++](http://ifcquery.com) #### Results diff --git a/Specifications_Test_Files/Extrusions/Extrusions_03_FAILED_blend.ifc b/Specifications_Test_Files/Extrusions/Extrusions_04_FAILED_blend.ifc similarity index 100% rename from Specifications_Test_Files/Extrusions/Extrusions_03_FAILED_blend.ifc rename to Specifications_Test_Files/Extrusions/Extrusions_04_FAILED_blend.ifc