From d16424a79f35febd41b797d63d6cb9eb678c7e9f Mon Sep 17 00:00:00 2001 From: DomCR Date: Tue, 10 Oct 2023 15:21:20 +0200 Subject: [PATCH] ignore Insert --- ACadSharp/IO/DWG/DwgStreamWriters/DwgObjectWriter.Entities.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACadSharp/IO/DWG/DwgStreamWriters/DwgObjectWriter.Entities.cs b/ACadSharp/IO/DWG/DwgStreamWriters/DwgObjectWriter.Entities.cs index 292b1f1e..bca7337d 100644 --- a/ACadSharp/IO/DWG/DwgStreamWriters/DwgObjectWriter.Entities.cs +++ b/ACadSharp/IO/DWG/DwgStreamWriters/DwgObjectWriter.Entities.cs @@ -13,8 +13,8 @@ private void writeEntity(Entity entity) //Ignored Entities switch (entity) { - case Hatch: + case Insert: case MText: //Unlisted case Wipeout: