import and export cad files
Moderators: SDS, support, admin
import and export cad files
Hi
I have a problem about relation c# and autocad
Could you help me?
In my program I want to import and export a file of autocad how i can import an autocad file to the form of my program?
I have a problem about relation c# and autocad
Could you help me?
In my program I want to import and export a file of autocad how i can import an autocad file to the form of my program?
Re: import and export cad files
Hello.
In the CAD Import .NET package there are some demos and source codes for them. Please look at the method from Editor demo source code: CADEditorDemo.MainForm.LoadFile(bool).
If you have any question about CAD Import .NET, please post them into corresponding part of the forum.
Alexander.
In the CAD Import .NET package there are some demos and source codes for them. Please look at the method from Editor demo source code: CADEditorDemo.MainForm.LoadFile(bool).
If you have any question about CAD Import .NET, please post them into corresponding part of the forum.
Alexander.