Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi all,
Looking into a need where detailed construction drawing would sometimes be plotted to pdf on A1 and A2 size format by Worker, other times on A3 or A4. Going on paper size only is not a solution for differentiating contour line from the dimension line, as paper size can also be used for assemblies, etc. requiring other pen thicknesses. One suggestion is using different drawing format templates. Is there a way to connect format to specific pen table? Or any other smart solution someone already has arrived at?
Using different Workers for different drawings seems to be overkill, not sure if this is the way.
Hope I managed to express the issue clearly. Have checked places like these:
https://www.ptc.com/en/support/article/CS333461
and
I am using this since sadly our both small format and big format printers prints differently. I am also using it for exporting pdf. Trick is to use print pdf instead of native pdf export. I have mapkey for printing on A0-A2 printer and one also which just turns off pentable for A3-A4. So you will just have 2 or more pentables and record hotkey which is going through all the printing clicks and changes the pentable path.
mapkey xda ~ Update `dwg_print_config` `i_pen_file` \
mapkey(continued) `C:\Usr\pentable.pnt`;
Also use custom size, this way you dont need 10+ variants of mapkey because of drawing size. Never had problem with it.
Hi,
Thanks for the idea.
For manual plotting this would be good, but automatically changing depending on drawing format on a Worker, it's not viable unfortunately.