hexagon logo

Is it possible to read dimension data from prg file without running pc-dmis?

I'm now using c# with the pcdlrn library for programming.

I just want get some dimension data from some prg files with running the pc-dmis. Is it possible?

Thanks,
Xavier
Parents
  • Not unless you have the file format specification of the .PRG files, no.

    Your app would need to be able to open the .PRG and parse it to fetch the dimension data. I have asked for this specification long ago, but was turned down, which is understandable because competitors could use that specification in order to open PC-DMIS programs in "their" software.
Reply
  • Not unless you have the file format specification of the .PRG files, no.

    Your app would need to be able to open the .PRG and parse it to fetch the dimension data. I have asked for this specification long ago, but was turned down, which is understandable because competitors could use that specification in order to open PC-DMIS programs in "their" software.
Children