Skip to content

Commit

Permalink
Added comments about the future work to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
srudenkoamc committed Oct 19, 2023
1 parent a947d40 commit 0d37e78
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Elements.Serialization.IFC/test/IFCTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ public IfcTests(ITestOutputHelper output)
// [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", 1972, 120, 539, 270, 9, 140, 10, 2)]
// 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.
// The Plane case isn't implemented because some critical information about IfcPlane is
// missing during it's extraction.
// TODO: German names are converted incorrectly.
// TODO: The entrance door has an incorrect representation. It happens because during
// the UpdateRepresentation the default representation of a door is created instead of
// the extracted one.
[InlineData("AC20-Institute-Var-2", "../../../models/IFC4/AC20-Institute-Var-2.ifc", 1517, 5, 577, 121, 7, 82, 0, 21)]
// [InlineData("20160125WestRiverSide Hospital - IFC4-Autodesk_Hospital_Sprinkle", "../../../models/IFC4/20160125WestRiverSide Hospital - IFC4-Autodesk_Hospital_Sprinkle.ifc")]
public void FromIFC4(string name,
Expand Down

0 comments on commit 0d37e78

Please sign in to comment.