Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
We are moving to importing dxf files into Isodraw for line drawings. Is there a way that I can specify that a text layer in the dxf gets imported onto a layer labeled text in my IsoDraw template? or does this need to be done via a macro after the dxf has been placed in the file?
Thanks
Bryon
Hi, the only (and best) way what I know is to do that with a macro ...
So you place the dxf, then run a macro against it to create the layers and move the different items onto them?
Bryon
I do not do that because I don not need it ... but I would do it this way if needed ...
Hmm ok, then I will need to research how this could be possibley done. thank you for the suggestion.
Bryon
it is easy ... something like that ...
Macro test
Select all
Activate layer "Rest"
Selected Elements to active layer
Activate layer "Text"
Selected Text to active layer
Select none
End Macro