Is it possible to add text in the DXG/dwg export (3D part)?
I need to export in dxf unfolded for laser cutting, with text like Thick=2 Mat=304 .... (the text info is entered in the part properties)
Today I go through a homemade macro that does all this for me but it goes through the creation of a temporary drawing, which prevents me from exporting the fold lines in a specific layer.
Alas, this is not possible. I just have to continue by hand.
We then via the maro, a faith that the dxf is generated via the dxf/dwg exort, reopen the dxf and insert my annotation but I'm afraid it's a bit heavy.
If we start from the drawing of the part on a 1/1 scale, add notes that are related to the different properties (Note 1 = thickness of the part, note 2 = material etc...)
All you have to do is modify the part, then export the mep to dxf.
This is what I do immediately via a temporary drawing, I insert my unfolded and then my annotations linked to the bodies that I have previously selected in the 3D part.
I manage a lot of things (marking the configuration of the part, marking the name of the part...) all that remains is to automate the bend lines in the "marking" layer.
The top would be to have jute marking at the ends of the geometry count. and I won't have to intervene on the DXF generated by solidworks anymore... The dream^^
Ok will look at the option to change the layer manually.
If we can do it manually normally, we could do it with a macro.
Just find the code to select a fold line and the code to change the layer, looped on the view so that it faces it on all the lines.