Marcross91
Guest
Good morning to all,
I'm not a mechanical designer, but a programming fan.
I wrote a c# program that receives as input a mechanical dxf file with quotation, detects only the quotas and tolerances and for each of these entities:
- adds a leader next to the quota so as to identify it
- inserts the quota in an excel file
In this way it generates a dimensional report for the methylological room in which I work.
the program works well with autocad, but the problem is that where I work I have catch v6, which does not insert quotations as dimensions, but breaks them in polylinee.
the question is: is there a way to export a file created with catia v6 in dxf format, which, once opened in autocad, recognizes the quotations as dimensions and not as polylines?
thanks to all of your patience
I'm not a mechanical designer, but a programming fan.
I wrote a c# program that receives as input a mechanical dxf file with quotation, detects only the quotas and tolerances and for each of these entities:
- adds a leader next to the quota so as to identify it
- inserts the quota in an excel file
In this way it generates a dimensional report for the methylological room in which I work.
the program works well with autocad, but the problem is that where I work I have catch v6, which does not insert quotations as dimensions, but breaks them in polylinee.
the question is: is there a way to export a file created with catia v6 in dxf format, which, once opened in autocad, recognizes the quotations as dimensions and not as polylines?
thanks to all of your patience