Skip to content

Commit

Permalink
update feature & testfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghesselink committed Oct 30, 2024
1 parent b01ebb8 commit eb2d4d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions features/IFC102_Absence-of-deprecated-entities.feature
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ IFC4: https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/
| IfcGeographicElementType | "SOIL_BORING_POINT" |
| IfcSpace | "INTERNAL" or "EXTERNAL" |
| IfcSpaceType | "INTERNAL" or "EXTERNAL" |
| IfcStructuralLoadGroup | "LOAD_COMBINATION" |
| IfcStructuralLoadGroup | "LOAD_COMBINATION_GROUP" |
| IfcWall | "POLYGONAL" or "STANDARD" |
| IfcWallType | "POLYGONAL" or "STANDARD" |

Expand All @@ -231,7 +231,7 @@ IFC4: https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/

Examples:
| Entity | Value |
| IfcStructuralLoadGroup | "LOAD_COMBINATION" |
| IfcStructuralLoadGroup | "LOAD_COMBINATION_GROUP" |
| IfcWall | "POLYGONAL" or "STANDARD" or "ELEMENTEDWALL" |
| IfcWallType | "POLYGONAL" or "STANDARD" or "ELEMENTEDWALL" |

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1');
FILE_NAME('','2024-10-30T22:35:41',(''),(''),'IfcOpenShell-0.7.11-d51fa2c5f','IfcOpenShell-0.7.11-d51fa2c5f','');
FILE_SCHEMA(('IFC4X3_ADD2'));
FILE_NAME('','2024-07-17T17:11:54',(''),(''),'IfcOpenShell-v0.7.0-f7c03db75','IfcOpenShell-v0.7.0-f7c03db75','');
FILE_SCHEMA(('IFC4'));
ENDSEC;
DATA;
#1=IFCPERSON($,$,'',$,$,$,$,$);
#2=IFCORGANIZATION($,'',$,$,$);
#3=IFCPERSONANDORGANIZATION(#1,#2,$);
#4=IFCAPPLICATION(#2,'0.7.11-d51fa2c5f','IfcOpenShell-0.7.11-d51fa2c5f','');
#5=IFCOWNERHISTORY(#3,#4,$,.NOTDEFINED.,$,#3,#4,1730327741);
#4=IFCAPPLICATION(#2,'v0.7.0-f7c03db75','IfcOpenShell-v0.7.0-f7c03db75','');
#5=IFCOWNERHISTORY(#3,#4,$,.NOTDEFINED.,$,#3,#4,1721236314);
#6=IFCDIRECTION((1.,0.,0.));
#7=IFCDIRECTION((0.,0.,1.));
#8=IFCCARTESIANPOINT((0.,0.,0.));
Expand All @@ -24,7 +24,8 @@ DATA;
#17=IFCMEASUREWITHUNIT(IFCPLANEANGLEMEASURE(0.017453292519943295),#16);
#18=IFCCONVERSIONBASEDUNIT(#12,.PLANEANGLEUNIT.,'DEGREE',#17);
#19=IFCUNITASSIGNMENT((#13,#14,#15,#18));
#20=IFCPROJECT('0HaFFeNLr1M9mhn5BsAh9X',#5,'',$,$,$,$,(#11),#19);
#21=IFCSTRUCTURALLOADGROUP('0nevvgJ8b6gOM9jU64GdHS',$,$,$,$,.LOAD_COMBINATION_GROUP.,$,$,$,$);
#20=IFCPROJECT('3XJTwdtHb6WgdI2Bm_4pQ5',#5,'',$,$,$,$,(#11),#19);
#21=IFCSTRUCTURALLOADCASE($,$,$,$,$,.LOAD_CASE.,$,$,$,$,$);
#22=IFCSTRUCTURALLOADCASE($,$,$,$,$,.LOAD_COMBINATION_GROUP.,$,$,$,$,$);
ENDSEC;
END-ISO-10303-21;

0 comments on commit eb2d4d2

Please sign in to comment.