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) 3D cad files from Eagle layout
  • 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 173 subscribers
  • Views 3095 views
  • Users 0 members are here
Related

3D cad files from Eagle layout

autodeskguest
autodeskguest over 16 years ago

Does anyone know how to generate CAD 3D files (like STEP files or something)

from a board layout?

 

I have been using Eagle 3D, and it works great(!), but it only generates POV

files that I cannot use in our Pro/Engineer mechanics CAD system.

 

Best regards

Soren

 

 

  • Sign in to reply
  • Cancel
Parents
  • autodeskguest
    autodeskguest over 16 years ago

    Hello Soren,

     

    At the moment I found 3 ways to export from eagle to MCAD (in my case

    Solidworks).

     

    -1- export dxf file and then import dxf file in MCAD an build board from it.

    This methode cost a lot of time. I always edit the dxf file so there was 1

    layer with the information i wanted to import.

    After importing you can build your board. Make an assembly and place the

    components on the board (from your own or internetlibrary)

     

    -2- export to a SAT file with acis-sat.ulp. This generates a sat file with

    information you can use.

    Cost little less time but to much in my opinion. With this ulp you get a

    regtangular board with all the holes in it.

    You have to edit the outline of the board yourself and you have to place the

    compnents yourself

     

    -3- Generate_3D_data.ulp generates 2 files an idl and an idb file. The

    problem is that this ulp isn't finished. Not every aspect for generating a

    IDF file are programmed in this ulp. for example the idl file will be empty

    because the things that are needed for the components are not

    there. An other problem is that there are some difficulties with cutouts in

    the board and you have mentiond the problem with the layer 50 yourself.

     

    It sounds like this is the worst one but infact this is the ulp I work with

    these days.

    I solved the layer 50 problem by editing the ulp and change the folow:

     

    int Layer3dBoardDimension = 50;

    to

    int Layer3dBoardDimension = 20;

    ( our Electronic Engineers are drawing the board outlines on layer 20, so if

    you use a different layer number

    please fill in that layer number)

     

    At this time I have no succes importing the componets as well. So when i

    imported the board I still build

    an assembly board with componets  on it.

    Eagle is intrested in building an good working IDF export but they haven't

    had the time yet. So

    till that time I keep on using this one.

     

    With regard,

     

    Joop Sleumer

     

    PBF Group BV

    The Netherlands

    www.pbfgroup.nl

     

     

     

     

    "Søren Theodorsen" <theodorsen@proxeon.com> wrote in message

    news:gp31mm$p0n$1@cheetah.cadsoft.de...

    Does anyone know how to generate CAD 3D files (like STEP files or

    something) from a board layout?

     

    I have been using Eagle 3D, and it works great(!), but it only generates

    POV files that I cannot use in our Pro/Engineer mechanics CAD system.

     

    Best regards

    Soren

     

     

     

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

    Hello Soren,

     

    At the moment I found 3 ways to export from eagle to MCAD (in my case

    Solidworks).

     

    -1- export dxf file and then import dxf file in MCAD an build board from it.

    This methode cost a lot of time. I always edit the dxf file so there was 1

    layer with the information i wanted to import.

    After importing you can build your board. Make an assembly and place the

    components on the board (from your own or internetlibrary)

     

    -2- export to a SAT file with acis-sat.ulp. This generates a sat file with

    information you can use.

    Cost little less time but to much in my opinion. With this ulp you get a

    regtangular board with all the holes in it.

    You have to edit the outline of the board yourself and you have to place the

    compnents yourself

     

    -3- Generate_3D_data.ulp generates 2 files an idl and an idb file. The

    problem is that this ulp isn't finished. Not every aspect for generating a

    IDF file are programmed in this ulp. for example the idl file will be empty

    because the things that are needed for the components are not

    there. An other problem is that there are some difficulties with cutouts in

    the board and you have mentiond the problem with the layer 50 yourself.

     

    It sounds like this is the worst one but infact this is the ulp I work with

    these days.

    I solved the layer 50 problem by editing the ulp and change the folow:

     

    int Layer3dBoardDimension = 50;

    to

    int Layer3dBoardDimension = 20;

    ( our Electronic Engineers are drawing the board outlines on layer 20, so if

    you use a different layer number

    please fill in that layer number)

     

    At this time I have no succes importing the componets as well. So when i

    imported the board I still build

    an assembly board with componets  on it.

    Eagle is intrested in building an good working IDF export but they haven't

    had the time yet. So

    till that time I keep on using this one.

     

    With regard,

     

    Joop Sleumer

     

    PBF Group BV

    The Netherlands

    www.pbfgroup.nl

     

     

     

     

    "Søren Theodorsen" <theodorsen@proxeon.com> wrote in message

    news:gp31mm$p0n$1@cheetah.cadsoft.de...

    Does anyone know how to generate CAD 3D files (like STEP files or

    something) from a board layout?

     

    I have been using Eagle 3D, and it works great(!), but it only generates

    POV files that I cannot use in our Pro/Engineer mechanics CAD system.

     

    Best regards

    Soren

     

     

     

    • 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