Page 1 of 1

visualization of two different files

Posted: 03 Dec 2009, 16:59
by lulu
Hello,

I have 2 cadPictureBox in which I would want to visualize contemporarily 2 files .dwg different and to have the possibility to act on both. It is possible with CadImport.net? I succeed in loading only the files on one of the two...

Thanks

Lulu

Re: visualization of two different files

Posted: 04 Dec 2009, 12:37
by support
Hello.
CAD Import .NET allows realization of such solution. It is possibly to visualize some files and act on every in your application.

Alexander.

Re: visualization of two different files

Posted: 14 Dec 2009, 17:56
by lulu
Thank you Alexander!
Would you have some example to show me?
On the base of your Editor, I have added another cadpictbox but I don't succeed in loading the files...

Re: visualization of two different files

Posted: 15 Dec 2009, 13:29
by support
Hello.
Unfortunately, we haven't such an example. Adding of another cadpictbox object is not enought, you must define all methods and fields that relative to another picture box. Also you need to create another CADImage object to visualise your second file.

Alexander.