Compare commits
1 Commits
2e8f0e60c5
...
f04c75235c
| Author | SHA1 | Date | |
|---|---|---|---|
| f04c75235c |
@@ -34,6 +34,7 @@ namespace EtchBendLines
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
using var reader = new DxfReader(path);
|
using var reader = new DxfReader(path);
|
||||||
|
reader.Configuration.CreateDefaults = true;
|
||||||
return reader.Read()
|
return reader.Read()
|
||||||
?? throw new InvalidOperationException("DXF load returned null");
|
?? throw new InvalidOperationException("DXF load returned null");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user