Hey i am looking for a way to export Objects with a user text attribute that should later become the name of the file.
With Grasshopper & TTToolbox i was able to do so, Is there a way to easily script it? And it also asks for the export Properties ?
Hey i am looking for a way to export Objects with a user text attribute that should later become the name of the file.
With Grasshopper & TTToolbox i was able to do so, Is there a way to easily script it? And it also asks for the export Properties ?
This can be done with native components in Rhino 9 WIP. Not sure if *.dwg format is possible in Rhino 8 however…
Ah thanks
Rhino 9 Jesus
i am not ready for that thought, I still have nightmares from the change to Rhino 8, i still need a break!
I need .dxf anyway ![]()
I tested the one from elefront, both work fine. I prefer elefront because you can set the Export Scheme.
I used blocks to get a set of curves in 1 File if needed, i am not sure if it is the most elegant way
Yes that’s something @kike could improve…
Just in case someone is interested, here is my final Version.
You can choose either Name or Attribute
in case you forget to name or set the attribute there is a fallback with numbers and the file still gets saved.
unnamed-1, unnamed-2, … for obj_name
or
unknown-1, unkown-2 , … for attribute
If you want multiple objects in 1 file just create a block out of the collection. You can mix solo-obj and blocks as you like.