Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Aug 14, 2024
1 parent 3f1ba44 commit e8b8f23
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions ACadSharp.Tests/IO/LocalSampleTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using ACadSharp.IO;
using ACadSharp.Objects;
using CSUtilities;
using System;
using System.Diagnostics;
using System.IO;
using Xunit;
Expand Down Expand Up @@ -51,21 +48,6 @@ public void ReadUserDxf(string test)
{
var e = reader.ReadEntities();
}

var a = doc.GetCadObject(0x24CB);

//doc.Scales.Clear();

//Scale s = new Scale("hello");

//doc.Scales.Add(s);

doc.Header.Version = ACadVersion.AC1032;
using (DwgWriter wr = new DwgWriter($"{TestVariables.DesktopFolder}\\core-b\\test.dwg", doc))
{
wr.OnNotification += this.onNotification;
wr.Write();
}
}

[Theory]
Expand Down

0 comments on commit e8b8f23

Please sign in to comment.