We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c98867 commit 8c5db8cCopy full SHA for 8c5db8c
Xbim.Geometry.Engine.Interop.Tests/Ifc4GeometryTests.cs
@@ -36,6 +36,7 @@ static public void Cleanup()
36
[TestMethod]
37
public void Can_build_ifcadvancedbrep_with_faulty_surface_orientation()
38
{
39
+ Assert.Inconclusive("Not implemented in master");
40
using (var model = MemoryModel.OpenRead(@"ifcadvancedbrep_with_faulty_surface_orientation.ifc"))
41
42
var pfs = model.Instances.OfType<IIfcAdvancedBrep>().FirstOrDefault();
0 commit comments