ACadSharp icon indicating copy to clipboard operation
ACadSharp copied to clipboard

DwgWriter using ACadVersion show his drawing was saved with a student Version

Open sigster opened this issue 1 year ago • 3 comments

Hi

If I use ACadVersion then I get = his drawing was saved with a student Version but it is ok if I don't use ACadVersion

`

Const dwgFilePath22 = "Test1.dwg"
doc.Header.Version = ACadVersion.AC1032


Using writer As DwgWriter = New DwgWriter(dwgFilePath22, doc)
    writer.Write()
End Using

End Sub`

Regards Sigster

sigster avatar Feb 10 '24 10:02 sigster

Hi @sigster

This issue was fixed in this PR:

  • https://github.com/DomCR/ACadSharp/pull/254

Please check that you have the latest branch on master or the latest Nuget Package.

If the still appears I'll open a branch to take a look.

DomCR avatar Feb 12 '24 11:02 DomCR

Finish to download master and check this

AC1024 = is OK AC1032 = drawing was saved with a student Version

sigster avatar Feb 14 '24 10:02 sigster

I've open a branch to take a look.

DomCR avatar Feb 16 '24 17:02 DomCR