I have a curve that cannot be exported to DXF I tried a few dxf flavors but all report the curve being skipped. no_dxf_export.3dm (25 KB)
First question:
What is wrong with this curve that it cannot be exported.
Second question:
I’m batch exporting with the hyphened ‘-ExportWithOrigin’ command.
How would I go about catching this skipped curve.
I see parsing the commandline history as a last resort.
Thanks
The unset units is because I exported geometry only.
The explode and join is indeed preventing the error.
However I want to refrain from exploding-joining all curves before export.
A batch easily has 15K+ curves that I don’t want to all explode and join.
Apart from the overhead, I want to know for sure if that will be a solution not just in this case.
I expect this to be a bug or shortcoming in the DXF exporter so If I know the cause I can watch out for these particular cases.