Now am facing another issue, pipename missing in the dxf outputs. so i made below changes in my option file.
!FILENAMEX = !!CE.NAMN& '_Sht_'
File AND DXF "\\data\MAA\PDMS_Datafiles\ISO_MW/$!FILENAMEX" SINGLE
But this too not helping, now the dxf name is caming as below,
if pipename= GDB50BR002, dxf name coming as GDB50BR002_Sht_001.dxf , GDB50BR002_SHT_002.dxf
But what we want is the dxf/pdf output file name same as, if we plot a single file in isodraft (ex:GDB50BR002_Sht_1.dxf)
because we do batch / single plot from isodraft case to case so we dont need any changes in name format in both cases.
Now am facing another issue, pipename missing in the dxf outputs. so i made below changes in my option file.
!FILENAMEX = !!CE.NAMN& '_Sht_'
File AND DXF "\\data\MAA\PDMS_Datafiles\ISO_MW/$!FILENAMEX" SINGLE
But this too not helping, now the dxf name is caming as below,
if pipename= GDB50BR002, dxf name coming as GDB50BR002_Sht_001.dxf , GDB50BR002_SHT_002.dxf
But what we want is the dxf/pdf output file name same as, if we plot a single file in isodraft (ex:GDB50BR002_Sht_1.dxf)
because we do batch / single plot from isodraft case to case so we dont need any changes in name format in both cases.