Hi,
Is is possible to create a new Dxf drawing? The only menu options I see in the examples are for opening an existing drawing.
Create New DXF Drawing?
Moderators: SDS, support, admin
Re: Create New DXF Drawing?
Hello.
CAD Import .NET works with CADImport.CADImage object that contains all entities. Such object can be created by following code:CADImage will be translated to DXF structure when export to DXF.
Alexander.
CAD Import .NET works with CADImport.CADImage object that contains all entities. Such object can be created by following code:
Code: Select all
cadImage = new CADImage();
cadImage.InitialNewImage();
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support