Hey ,
This might not be a Rhino/3dm
question but I’m trying to batch edit dxf
s exported from Rhino using the python ezdxf
library - I’ve managed to batch edit the dxf
s in a directory by adding a new layer. The layer is visible when opening the dxf
in Autodesks Trueview but not visible in the Rhino layers panel. My understanding is that the new layer is being added to LAYER
table in the dxf
but the Rhino layers are stored/referenced somewhere else in the dxf
, i.e. as extended metadata (XDATA
?)
Is there any information on how to access this or what I should be looking to edit to get the layers consistent between the dxf
and the Rhino layers when making changes using something like ezdxf
?
Bonus points if anyone has any examples
1 post - 1 participant