CADImport dll

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
junkqwe
Posts: 2
Joined: 13 Dec 2010, 13:56

CADImport dll

Post by junkqwe » 16 Dec 2010, 20:51

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

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADImport dll

Post by support » 17 Dec 2010, 12:58

Hello.
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

Post Reply