Replies: 2 comments 1 reply
-
Hi @rufus1265, DwgCreator or Autodesk DwgTrueView provide a log information about what's failing? In Autocad everything seems fine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Good morning
Finally, I managed to test on a “real” autocad and it works. Thank you
I need to generate a pdf out of the dwg file. I saw there the ACadSharp.Pdf solution. What is its development status? Could it be used?
Thank you
Regards
Neri alamanni
From: Albert Domenech ***@***.***>
Sent: Tuesday, October 29, 2024 10:37 AM
To: DomCR/ACadSharp ***@***.***>
Cc: Neri Alamanni ***@***.***>; Mention ***@***.***>
Subject: Re: [DomCR/ACadSharp] dwg with block not read by autocad (Discussion #477)
Hi @rufus1265<https://github.com/rufus1265>,
DwgCreator or Autodesk DwgTrueView provide a log information about what's failing?
In Autocad everything seems fine.
—
Reply to this email directly, view it on GitHub<#477 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BH66GN42L66QRWO5BYZ7CCDZ55JNDAVCNFSM6AAAAABQM6FGFCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMBYGQ4TQMQ>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
i need to create fromn the sctratch a dwg with some blocks into it. To begin i wrote this very simple program
InsertExamples.CreateInsert();
CadDocument doc = InsertExamples.AddInsertIntoModel();
WriterExamples.WriteDwg(@"c:\temp\test.dwg", doc);
i have this warning printed in the console: Object type not implemented ACadSharp.Objects.MultiLeaderStyle
the file dwg created is not read by the tools we are using like DwgCreator or Autodesk DwgTrueView
attached you can find the dwg file created
Thank you for yiour help
test.zip
regards
Beta Was this translation helpful? Give feedback.
All reactions