I have found an issue where even if I set the DWG file to be exported as a solid, when I select the Rhino Space solid, the exported object is still a line segment. However, when I set it as a mesh, everything is normal; I’m not sure if this is a new bug, can you help me check my Python code? May I have overlooked something?
Hi Tim! I’m thrilled to be part of the code repair process and to see the progress being made. Could you let me know approximately when we can expect the latest Rhino 8 version for our follow-up code testing?
RH-84634 is currently “Needs Testing” with a fix in 8.14. Rhino 8.13 should become the stable Service Release next week, at which point a first release candidate of 8.14 will also become publicly available.
-wim
Because the change was trivial, and I was very confident in it, I actually merged it into 8.13. I plan on testing it today. So, unless there are issues (seriously doubt there will be), it should be in the build released this coming Tuesday, November 12, 2024.
hi @tim. I tried the same code that @Niko posted above but in my case the imported .3dm file has text on it. The resulting exported .dwg has errors and does not contain the text. Is that a bug, or am I missing something?
It’s definitely not related to the bug that was fixed here.
I tried opening your model and adding a cylinder. Then I ran the test command TestExportWithOptions (you have to cut and paste or type it out completely, it will not autocomplete). That command is currently set up to test this solid bug. When I open your file in acad I see both the cylinder and the text. So, I guess I need more details if I’m going to have a chance at repeating this.
you would need to put the test file that I sent in C: and run that code in the Python editor. The resulting test.dwg file that I get is corrupted and empty. Not sure if it’s that’s a bug or I’m something is missing on my end to make the text export work.