From e0ba7dc23926c8b58e5906db9fcd8ff8e1e72dd7 Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Sat, 23 May 2020 14:10:25 -0500 Subject: [PATCH] small tweak --- IFC_roundtrip_specifications.md | 10 +++++----- ...FAILED_blend.ifc => Extrusions_04_FAILED_blend.ifc} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename Specifications_Test_Files/Extrusions/{Extrusions_03_FAILED_blend.ifc => Extrusions_04_FAILED_blend.ifc} (100%) 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