change urls

This commit is contained in:
Ryan Schultz 2020-06-01 08:50:12 -05:00
parent baf72f5629
commit d6c592a36b
1 changed files with 71 additions and 10 deletions

View File

@ -1,11 +1,15 @@
# IFC roundtripping specifications
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:
| 1 Original File | 2 Exported IFC File | 3 Imported Native File | 4 Exported IFC File | 5 Imported Native File |
| ------------------- | ---------------------- | ------------------------ | ---------------------------- | ---------------------------- |
| Extrusions_01.FCStd | Extrusions_02_PASS.ifc | Extrusions_03_PASS.rvt | Extrusions_04_FAIL_rvt.ifc | Extrusions_05_FAIL_rvt.rvt |
@ -15,18 +19,25 @@ This file lists "exercises" to be performed by a BIM application to achieve adeq
| | | Extrusions_03_PASS.pln | Extrusions_04_PASS_pln.ifc | Extrusions_05_PASS_pln.pln |
| | | | | Extrusions_05_PASS_pln.rvt |
---
# Tests
---
## Extrusions_Rectangles
The application should be able to export and import an IFC file containing three IfcBuildingElementProxy entities, each with one representation, which is an IfcExtrudedAreaSolid, each based on IfcArbitraryClosedProfileDef made of an IfcPolyline, like the example below. One profile should lie on the XY plane, one in the YZ plane, and a third on a plane made of one of the former rotated 45° along the Y axis. Extrusion directions should be normal to the profiles.
![](Specifications_Test_Files/Extrusions_Rectangles/from_FreeCAD/Extrusions_Rectangles_example.png)
```
#20= IFCBUILDINGELEMENTPROXY('0ohBfsArr3ruXYxacT4yl5',#1,'NOTDEFINED',$,$,#2,#21,$,.NOTDEFINED.);
#21= IFCPRODUCTDEFINITIONSHAPE($,$,(#22));
@ -45,8 +56,10 @@ The application should be able to export and import an IFC file containing three
#34= IFCCARTESIANPOINT((1000.,0.,2000.));
```
#### Native Funtionality
| Program | Native funtion/object |
| ------------ | --------------------------------------- |
| ArchiCAD | |
@ -56,40 +69,52 @@ The application should be able to export and import an IFC file containing three
| Revit | Model-in-Place Family - Solid Extrusion |
| Vectorworks | |
### Import criteria
* The extrusion directions and profile positions are correct
* The extrusions can be changed after import
* The base polylines can be edited after import
### 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.
### Results
Test files here: [FreeMVD_WorkFlow/Specifications_Test_Files/Extrusions_Rectangles/](https://github.com/OpeningDesign/FreeMVD_WorkFlow/tree/master/Specifications_Test_Files/Extrusions_Rectangles)
| Program | Version<br/>native/plugin | Imported Native File (PASS/FAIL) | Import Comments | Exported IFC File (PASS/FAIL) | Export Comments |
Test files here: [FreeMVD_WorkFlow/Specifications_Test_Files/Extrusions_Rectangles/](https://gitlab.com/OpeningDesign/FreeMVD_WorkFlow/tree/master/Specifications_Test_Files/Extrusions_Rectangles)
| Program | Version<br/>native/plugin | Imported Native File (PASS/FAIL) | Import Comments | Exported IFC File (PASS/FAIL) | Export Comments |
| ----------- | ------------------------- | -------------------------------- | ------------------ | ----------------------------- | -------------------------------------------------------------------------------------------------------- |
| ArchiCAD | | | | | |
| BlenderBIM | 2.82a/0.200511 | :x: | - imported as mesh | :x: | - changed IFCEXTRUDEDAREASOLID to IFCFACETEDBREP w/ IFCFACE |
| BlenderBIM | 2.82a/0.200511 | :x: | - imported as mesh | :x: | - changed IFCEXTRUDEDAREASOLID to IFCFACETEDBREP w/ IFCFACE |
| FreeCAD | | :heavy_check_mark: | | :heavy_check_mark: | |
| Revit | 2020/20.1.0.1 | :heavy_check_mark: | | :x: | - Incorrect extrusion direction <br>- IFCARBITRARYCLOSEDPROFILEDEF was changed to IFCRECTANGLEPROFILEDEF |
| Vectorworks | | | | | |
## Mapped Items
Mapped Items, which go by many different names in different BIM apps (a few called out below), are objects where the definition of one object is connected to another. That is, if one istance is modified, these changes will also be reflected in other connected or linked instances.
![](Specifications_Test_Files/Mapped_Items/imgs/Mapped_Items_Code.png)
#### Native Funtionality
| Program | Native funtion/object |
| ------------ | --------------------- |
| ArchiCAD | Objects, Modules |
@ -99,23 +124,32 @@ Mapped Items, which go by many different names in different BIM apps (a few call
| Revit | Groups, Families |
| Vectorworks | Symbols |
![](Specifications_Test_Files/Mapped_Items/imgs/Mapped_Items_Visual.gif)
### Import criteria
- That the connection or link between objects in still intact. That is, if one instance is changed, the other instances will change as well.
### Export criteria
- The IFC file has the same shared mapping connected to the objects--circled in red below.
![](Specifications_Test_Files/Mapped_Items/imgs/Mapped_Items_Code_circled.png)
### Results
Test files here: [Specifications_Test_Files/Mapped_Items/](https://github.com/OpeningDesign/FreeMVD_WorkFlow/tree/master/Specifications_Test_Files/Mapped_Items)
| Program | Version<br/>native/plugin | Imported Native File (PASS/FAIL) | Import Comments | Exported IFC File (PASS/FAIL) | Export Comments |
Test files here: [Specifications_Test_Files/Mapped_Items/](https://gitlab.com/OpeningDesign/FreeMVD_WorkFlow/tree/master/Specifications_Test_Files/Mapped_Items)
| Program | Version<br/>native/plugin | Imported Native File (PASS/FAIL) | Import Comments | Exported IFC File (PASS/FAIL) | Export Comments |
| ----------- | ------------------------- | -------------------------------- | ------------------------------- | ----------------------------- | --------------- |
| ArchiCAD | | | | | |
| BlenderBIM | 2.82a/0.200511 | :heavy_check_mark: | | :heavy_check_mark: | |
@ -123,14 +157,19 @@ Test files here: [Specifications_Test_Files/Mapped_Items/](https://github.com/Op
| Revit | 2020/20.1.0.1 | :x: | link was broken between objects | :x: | |
| Vectorworks | | | | | |
## Extrusions_Circles
The application should be able to export and import an IFC file containing 2 circle extrusions.
![](Specifications_Test_Files/Extrusions_Circles/from_Revit/imgs/Extrusions_Circles_01.rvt.png)
#### Native Funtionality
| Program | Native funtion/object |
| ------------ | --------------------------------------- |
| ArchiCAD | |
@ -140,37 +179,49 @@ The application should be able to export and import an IFC file containing 2 cir
| Revit | Model-in-Place Family - Solid Extrusion |
| Vectorworks | |
### Import criteria
* The extrusion directions and profile positions are correct
* The extrusions can be changed after import
* The radius of the circles can be changed after import
### Export criteria
- (2) IFCEXTRUDEDAREASOLIDs with
- (1) IFCCIRCLEPROFILEDEF
### Results
Test files here: [FreeMVD_WorkFlow/Specifications_Test_Files/Extrusions_Circles](https://github.com/OpeningDesign/FreeMVD_WorkFlow/tree/master/FreeMVD_WorkFlow/Specifications_Test_Files/Extrusions_Circles)
| Program | Version<br/>native/plugin | Imported Native File (PASS/FAIL) | Import Comments | Exported IFC File (PASS/FAIL) | Export Comments |
Test files here: [FreeMVD_WorkFlow/Specifications_Test_Files/Extrusions_Circles](https://gitlab.com/OpeningDesign/FreeMVD_WorkFlow/tree/master/FreeMVD_WorkFlow/Specifications_Test_Files/Extrusions_Circles)
| Program | Version<br/>native/plugin | Imported Native File (PASS/FAIL) | Import Comments | Exported IFC File (PASS/FAIL) | Export Comments |
| ----------- | ------------------------- | -------------------------------- | ------------------------------------ | ----------------------------- | ------------------------------------------------------------------------------------ |
| ArchiCAD | | | | | |
| BlenderBIM | | | | | |
| FreeCAD | | | | | |
| Revit | | Partial | creates (2) arcs instead of a circle | :heavy_check_mark: | if native file has (2) arcs as the profile, it still exports as IFCCIRCLEPROFILEDEFs |
| Revit | | Partial | creates (2) arcs instead of a circle | :heavy_check_mark: | if native file has (2) arcs as the profile, it still exports as IFCCIRCLEPROFILEDEFs |
| Vectorworks | | | | | |
## Extrusions_Arcs
The application should be able to export and import an IFC file containing 2 extrusions with arcs in the profile.
![](Specifications_Test_Files/Extrusions_Arcs/from_Revit/imgs/Extrusions_Arcs_01.rvt.png)
#### Native Funtionality
| Program | Native funtion/object |
| ------------ | --------------------------------------- |
| ArchiCAD | |
@ -180,14 +231,18 @@ The application should be able to export and import an IFC file containing 2 ext
| Revit | Model-in-Place Family - Solid Extrusion |
| Vectorworks | |
### Import criteria
* The extrusion directions and profile positions are correct
* The extrusions can be changed after import
* The radius of the arcs can be changed after import
### Export criteria
- IFCEXTRUDEDAREASOLID
- IFCARBITRARYCLOSEDPROFILEDEF
- IFCCOMPOSITECURVE
@ -197,14 +252,20 @@ The application should be able to export and import an IFC file containing 2 ext
- (4) IFCCOMPOSITECURVESEGMENT *(the straight lines)*
- IFCPOLYLINE
### Results
Test files here: [FreeMVD_WorkFlow/Specifications_Test_Files/Arcs](https://github.com/OpeningDesign/FreeMVD_WorkFlow/tree/master/FreeMVD_WorkFlow/Specifications_Test_Files/Extrusions_Arcs)
| Program | Version<br/>native/plugin | Imported Native File (PASS/FAIL) | Import Comments | Exported IFC File (PASS/FAIL) | Export Comments |
Test files here: [FreeMVD_WorkFlow/Specifications_Test_Files/Arcs](https://gitlab.com/OpeningDesign/FreeMVD_WorkFlow/tree/master/FreeMVD_WorkFlow/Specifications_Test_Files/Extrusions_Arcs)
| Program | Version<br/>native/plugin | Imported Native File (PASS/FAIL) | Import Comments | Exported IFC File (PASS/FAIL) | Export Comments |
| ----------- | ------------------------- | -------------------------------- | --------------- | ----------------------------- | --------------- |
| ArchiCAD | | | | | |
| BlenderBIM | | | | | |
| FreeCAD | | | | | |
| Revit | | :heavy_check_mark: | | :heavy_check_mark: | |
| Vectorworks | | | | | |
<!--stackedit_data:
eyJoaXN0b3J5IjpbLTgxOTIwMzg0MF19
-->