CADImport dll
Moderators: SDS, support, admin
CADImport dll
Hi,
I got a compilable DLL from your support team.
I need to open and return the measurements of a PLT file.
I couldn't find any example for this.
can someone help me with this issue?
i tried open it like this:
but i got different measurements than the ABViewer
Thanks
I got a compilable DLL from your support team.
I need to open and return the measurements of a PLT file.
I couldn't find any example for this.
can someone help me with this issue?
i tried open it like this:
Code: Select all
CADImport.HPGL2.HPGLImage x = new CADImport.HPGL2.HPGLImage();
x.LoadFromFile(@"C:\Temp\p.PLT");
Console.WriteLine(x.AbsWidth + ", " + x.AbsHeight);
Thanks
Re: CADImport dll
Hello.
Could you please send to support@cadsofttools.com the PLT file mentioned for testing purposes?
Alexander.
Could you please send to support@cadsofttools.com the PLT file mentioned for testing purposes?
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support