Issue in CAD to DXF Conversion

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
yallavishnuvardhanreddy
Posts: 10
Joined: 17 Oct 2019, 11:52

Issue in CAD to DXF Conversion

Post by yallavishnuvardhanreddy » 21 Nov 2019, 16:02

I am Converting the CAD File to DXF, It's converted into DXF but the text added to CAD is coming bigger than CAD Data in DXF and also the text is overlapping throughout the file.

Can anyone help me on this.

PFA for Reference.

Thanks & Regards,
Vishnu Vardhan Reddy Yalla.
Attachments
Converted File for Reference
Converted File for Reference
DXF.jpg (99.06 KiB) Viewed 5205 times

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

Re: Issue in CAD to DXF Conversion

Post by support » 22 Nov 2019, 09:16

Hi

Could you please share your original CAD file and specify the method you're using to convert it to DXF?

Andrei
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

yallavishnuvardhanreddy
Posts: 10
Joined: 17 Oct 2019, 11:52

Re: Issue in CAD to DXF Conversion

Post by yallavishnuvardhanreddy » 22 Nov 2019, 10:03

Hi Andrei,

Please find the below code used for conversion


CADtoDXF ConvertDxf = new CADtoDXF(cadimage);
ConvertDxf.SaveToFile(fName);

Thanks & Regards,
Vishnu

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

Re: Issue in CAD to DXF Conversion

Post by support » 22 Nov 2019, 10:09

Thank you

Could your also please provide us the original CAD file for testing? You can send it support@cadsofttools.com as an attachment

Andrei
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply