ISODRAFTMODE in Marine Drafting

 
  • Hello, friends!

    My problem is i need to use ISODRAFTMODE in my pml code to get bolts data, but looks like it is not possible.

    My question is: is there any possibility to enter ISODRAFTMODE or are there any alternatives to make boltreport in Marine Drafting module?

    Here is block of code i want to run to make u understand what i want:
    ISODRAFTMODE!messageFile = !this.dirAmTemp.FullName() & |\message.txt|


    !pipeCol = !!collectallfor(|BRAN|,|type eq 'BRAN'|,!elem)


    do !i from 1 to !pipeCol.Size()
    !boltFileName = !this.dirBolts.FullName() & |\BOLTFILE_| & !i.String()


    MESS /$!messageFile OVER
    BOLTFILE /$!boltFileName OVER
    BOLTREPORT $!pipeCol[$!i]
    enddo
    EXIT


    Thanks for the reply!