At the moment in Rhino 6, when autocad’s .dwg file is imported with block inside - only block name is imported, while its description is not.
Is it possible to add the possibility to import the autocad block description as well:
And can we have the same vice-versa: when a block is created in Rhino, and then exported to .dwg file - that Rhino block’s description gets exported into the .dwg file.
Thank you for the testing @John_Brock.
Can you try if the following file, after being exported to the .dwg file format - shows Block Description in the AutoCAD? blockExample.3dm (31.1 KB)
seems to be working both ways! Into Rhino 7 and out of Rhino 7 into ACAD. Only tested because we have a workflow that reads blocks information, (from imported acad DWG’s into Rhino), and was updating the script to include the block descriptions. Nice to see it goes back to ACAD as well! (this was ACAD 2018)
whoops, sorry! I should have looked closer. It does include the full description. My first screenshot only displayed the first line, but it is all there.
Great. Thanks Chris! @chanley can you attach the .dwg file? I am just curious to see how to expand the Description field without entering the Edit Block Definition menu.
sure! I actually don’t know how to expand the properties window beyond one line, (don’t spend too much time in ACAD anymore), but there is probably a setting somewhere. Anyway, here’s the file.
(ACAD 2018). blockDescriptionExport.dwg (27.6 KB)