element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) DXF import to eagle 7
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 11 replies
  • Subscribers 175 subscribers
  • Views 2317 views
  • Users 0 members are here
Related

DXF import to eagle 7

Oppie
Oppie over 8 years ago

Trying to import a simple board for which I have a DXF file into eagle 7.

 

Tried Jorge's "import-dxf.ulp" (came with eagle7 ulp's) which generated only

a five line script and stopped. Don't know where I'm going wrong. The dxf

file opens fine with Draftsight.

 

I used to use Eagle Power Tools which had a dxf import that worked

splendidly. It's just not supported in eagle7.

 

The board is simple enough just to redraw but looking to the future, I would

like to get a working process.

 

Thank you - Oppie

 

 

  • Sign in to reply
  • Cancel

Top Replies

  • Oppie
    Oppie over 8 years ago in reply to Oppie +1
    DOH! Yes, I thought I had ASCII but you were correct. This time I saved in autocad R12 ASCII format. Yes, that was it! Re-tried Faulk Stricker's Eagle PCB Power tools DXF to Scr converter and got a useable…
Parents
  • autodeskguest
    autodeskguest over 8 years ago

    On 29/09/2016 9:21 a.m., Oppie wrote:

    Trying to import a simple board for which I have a DXF file into eagle 7.

     

    Tried Jorge's "import-dxf.ulp" (came with eagle7 ulp's) which generated

    only a five line script and stopped. Don't know where I'm going wrong.

    The dxf file opens fine with Draftsight.

     

    I used to use Eagle Power Tools which had a dxf import that worked

    splendidly. It's just not supported in eagle7.

     

    The board is simple enough just to redraw but looking to the future, I

    would like to get a working process.

     

    Thank you - Oppie

     

     

    Hi

     

    You have some work to do.

     

    As I understand it, no ULP has ever worked with all dxf files.

    Historically, splines were the object that was not handled

     

    You need to determine which dxf entities are not supported by the ULP

    and then determine if your dxf file is free of those entities.

     

    From a quick look in the ULP, it appears to support the following entities.

    LINE,

    ARC,

    CIRCLE,

    POLYLINE,

    VERTEX,

    LWPOLYLINE

     

    So if you have others you can expect the ULP to ignore them or grind to

    a halt.

     

    Post your dxf here. Someone may be kind enough to inspect it. Going

    forward you will need to understand the dxf formatting so you match the

    file to an appropriate tool.

     

    HTH

    Warren

     

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • autodeskguest
    autodeskguest over 8 years ago

    On 29/09/2016 9:21 a.m., Oppie wrote:

    Trying to import a simple board for which I have a DXF file into eagle 7.

     

    Tried Jorge's "import-dxf.ulp" (came with eagle7 ulp's) which generated

    only a five line script and stopped. Don't know where I'm going wrong.

    The dxf file opens fine with Draftsight.

     

    I used to use Eagle Power Tools which had a dxf import that worked

    splendidly. It's just not supported in eagle7.

     

    The board is simple enough just to redraw but looking to the future, I

    would like to get a working process.

     

    Thank you - Oppie

     

     

    Hi

     

    You have some work to do.

     

    As I understand it, no ULP has ever worked with all dxf files.

    Historically, splines were the object that was not handled

     

    You need to determine which dxf entities are not supported by the ULP

    and then determine if your dxf file is free of those entities.

     

    From a quick look in the ULP, it appears to support the following entities.

    LINE,

    ARC,

    CIRCLE,

    POLYLINE,

    VERTEX,

    LWPOLYLINE

     

    So if you have others you can expect the ULP to ignore them or grind to

    a halt.

     

    Post your dxf here. Someone may be kind enough to inspect it. Going

    forward you will need to understand the dxf formatting so you match the

    file to an appropriate tool.

     

    HTH

    Warren

     

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube