Skip to content

Commit

Permalink
dxfmap
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Jul 8, 2023
1 parent 1aa4f50 commit 210fb71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ACadSharp.Tests/DxfMapTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ public void CreateMapTest(Type t)
case DxfSubclassMarker.Polyline3dVertex:
DxfMap.Create<Vertex3D>();
break;
case DxfSubclassMarker.PolyfaceMeshFace:
DxfMap.Create<FaceMesh>();
break;
default:
throw new NotImplementedException($"Test not implemented for type {t.Name}");
}
Expand Down

0 comments on commit 210fb71

Please sign in to comment.