• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor

    Reply
    New Member
    youtingzhao
    Posts: 2
    Registered: ‎06-11-2011

    Inventor ilogic Help

    987 Views, 3 Replies
    06-11-2011 11:47 AM

    Hi, I am working on a project where I need to export Inventor parts into .DXF format using ilogic.  Is it possible to to convert ipt files directly into DXF without using drawing templates? I am new to ilogic and I couldn't find code within the program do to the job...or am I missing something? 

     

    Thank you,

    If you can provide any code or suggestions would be highly appreciated. 

     

    You Ting,

     

     

    Please use plain text.
    Product Support
    Posts: 201
    Registered: ‎05-27-2010

    Re: Inventor ilogic Help

    06-14-2011 06:58 AM in reply to: youtingzhao

    First of all, using 2012, you can automatically export multiple parts as DWG using Task Scheduler. If DWG would be ok

     

    Go to Task Scheduler // Tasks // Export.

     

     

    If you really want to use DXF, I'm afraid you may have to create IDW, and then convert it as DXF. This looks more like API, but you should be able to use it in Ilogic. If you create a new ILogic Rule and go to custom Snippets, you will find one whichi is Export DXF to IDW, you just need to create the code to automate the drawing and view creation.

    Pierre Masson Product Support Specialist PS MFG EMEA Autodesk, Inc.
    Please use plain text.
    *Expert Elite*
    Curtis_Waguespack
    Posts: 1,988
    Registered: ‎03-08-2006

    Re: Inventor ilogic Help

    06-14-2011 08:26 AM in reply to: youtingzhao

    Hi youtingzhao,,

     

    Assuming that you are talking about generating 2D DXF files from flat patterns of sheetmetal parts, you can use this code provided by Rob Cohee, in an iLogic rule:

    http://ellipsis-autodesk.typepad.com/blog/2011/01/sheet-metal-ilogic-nugget.html

     

    I hope this helps.

     

    Best of luck to you in all of your Inventor pursuits,

    Curtis

    http://inventortrenches.blogspot.com/

      

     

     



      solution.png  Did you find this reply helpful ? If so please use the Accept as Solution or  Kudos button below.

    Please use plain text.
    New Member
    youtingzhao
    Posts: 2
    Registered: ‎06-11-2011

    Re: Inventor ilogic Help

    06-15-2011 11:44 AM in reply to: youtingzhao

    Thanks for the reply!!  I try to used that code before withou realizing it need to be sheet metal format. 

     

    Its working great now!!  Thank... I really appreciate your time!   

    Please use plain text.