Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to reduce segments in DXF file

  • Thread starter Thread starter bizzito
  • Start date Start date
B

bizzito

Guest
Hello! I am extracting points coordinates (X,Y) from DXF file. The problems is that there are tens of thousands of points extracted, but I need up to few hundred points. How can I reduce the number of points and segments. The files are exported from Eagle (PCB design) and it is not too complex. I can't export new files with smaller amount of points and lines, but I can work with the DXF files using AutoCAD. Thanks a lot!
 
In my case, there are thousands of pointes extracted. Anyone know how to reduce it, please.
 
Can you upload a screenshot or maybe the dxf itself? I have a guess - you have a shtload of points because you use non-circular curves to create the PCB layout, those curves generate a high number of vertexes, try converting those irregular shapes to arcs. You need the points to enter them into a CNC machine? I could try simplifying the dxf for you in catia. Some point extractors (image below) have filters for the curve types - the 3D polylines are the worst. An arc only needs 3 points to be defined

View attachment 2247
 

Attachments

  • Przechwytywanie.jpg
    Przechwytywanie.jpg
    18 KB · Views: 2
Hi all,

I am not sure what program was used but my guess is that it was AutoCad.
 
without a screenshot or file, we can't help. We need to see what we're dealing with.
 

Part and Inventory Search

Sponsor

Back
Top