Page 1 of 1

CADImport dll

Posted: 16 Dec 2010, 20:51
by junkqwe
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:

Code: Select all

CADImport.HPGL2.HPGLImage x = new CADImport.HPGL2.HPGLImage();
x.LoadFromFile(@"C:\Temp\p.PLT");
Console.WriteLine(x.AbsWidth + ", " + x.AbsHeight);
but i got different measurements than the ABViewer

Thanks

Re: CADImport dll

Posted: 17 Dec 2010, 12:58
by support
Hello.
Could you please send to support@cadsofttools.com the PLT file mentioned for testing purposes?

Alexander.