• Replacing drawing title block

    Replacing the drawing title block in Autodesk Inventor with a single click. Using Inventors API its possible to replace the block on an old drawing in a fraction of a second, simply by copying the block from the current template and pasting it onto the old drawing. Why replace the title block? When everything is…

  • Export all iPart variants

    To generate the render featured on the Tabulated designs with iPart page, I had to create and export all the members of the iPart. To save myself from a monotonous and repetitive task, I developed a small macro to handle the file exports instead. The process is straightforward. Firstly, obtain a reference to the part…

    Export all iPart variants
  • Export flat pattern DXF

    Exporting a flat pattern DXF and other file types with Inventor macro. This project will be export flat pattern DXF of a sheet metal part with a single click from the drawing. The project can easily be modified if you whish to add support for other file types such as a STP file or PDF…