Skip to content

Commit

Permalink
Update IFCTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
srudenkoamc committed Nov 29, 2023
1 parent be7f14d commit 7b7836b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Elements.Serialization.IFC/test/IFCTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public IfcTests(ITestOutputHelper output)
// [InlineData("rac_sample", "../../../models/IFC4/rac_advanced_sample_project.ifc")]
// [InlineData("rme_sample", "../../../models/IFC4/rme_advanced_sample_project.ifc")]
// [InlineData("rst_sample", "../../../models/IFC4/rst_advanced_sample_project.ifc")]
[InlineData("AC-20-Smiley-West-10-Bldg", "../../../models/IFC4/AC-20-Smiley-West-10-Bldg.ifc", 1919, 120, 530, 270, 170, 140, 10, 11)]
[InlineData("AC-20-Smiley-West-10-Bldg", "../../../models/IFC4/AC-20-Smiley-West-10-Bldg.ifc", 2088, 120, 530, 270, 170, 140, 10, 11)]
// TODO: Some walls are extracted incorrectly and intersecting the roof. It happens because
// IfcBooleanClippingResultParser doesn't handle the boolean clipping operation.
// In order to fix it surface support is required.
Expand All @@ -41,7 +41,7 @@ public IfcTests(ITestOutputHelper output)
// in happens with windows and doors (and maybe some other) representations, created from BREP.
// The Element.Transform is correct in this case, so the door should be placed correctly when
// the default representation is used.
[InlineData("AC20-Institute-Var-2", "../../../models/IFC4/AC20-Institute-Var-2.ifc", 1488, 5, 570, 121, 77, 82, 0, 21)]
[InlineData("AC20-Institute-Var-2", "../../../models/IFC4/AC20-Institute-Var-2.ifc", 1564, 5, 570, 121, 77, 82, 0, 21)]
// [InlineData("20160125WestRiverSide Hospital - IFC4-Autodesk_Hospital_Sprinkle", "../../../models/IFC4/20160125WestRiverSide Hospital - IFC4-Autodesk_Hospital_Sprinkle.ifc")]
public void FromIFC4(string name,
string ifcPath,
Expand Down

0 comments on commit 7b7836b

Please sign in to comment.