any expert has some batch iso tool instead of one by one ?
thanks in advance.
any expert has some batch iso tool instead of one by one ?
thanks in advance.
This old forum post might help
https://softwareforums.aveva.com/aveva-world/pdms-e3d-forum/modules-1490676865/f/iso-draft/80680/bulk-creation-isos/302768
In summary, you can create your own PML macro to do batch extraction of the ISO.
You will need to put your list of pipes in an array,
Then you will load your isometric option file in order to load the Isodraft settings.
Then you need to make a do loop to execute the DETAIL command for each pipe in your array to extract the ISO.
Online AVEVA Help reference for Isodraft commands:
https://help.aveva.com/Aveva_Everything3D/2.1/wwhelp/wwhimpl/js/html/wwhelp.htm#href=ISOUG/ISOUG3.03.14.html#1018995
Online AVEVA Help reference for PML macro programming
https://help.aveva.com/Aveva_Everything3D/2.1/wwhelp/wwhimpl/js/html/wwhelp.htm#href=SOFTCG/SOFTCG3.html#1017594
There is also an older post (15 years ago) where someone shared a PML macro in the older forum, but the file is no longer available when we switched to our current website forum.
https://softwareforums.aveva.com/aveva-world/pdms-e3d-forum/f/macros-tools/62469/printplot---freeware
Maybe you can message someone from that thread if they still have a copy of that file.
Dear Sir
Many thanks
I hope that I was able to help. I am sorry that I cannot share any actual files to you.