Giter Site home page Giter Site logo

autodesk-inventor-powertools's People

Contributors

stevenvolckaert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

autodesk-inventor-powertools's Issues

Build with dotnet CLI

Support building the project with the dotnet CLI.

This is to be resolved by referencing a new Microsoft.NETFramework.ReferenceAssemblies package that delivers .NET Framework 3.5, once it exists (dotnet/installer#2022). This approach already seems to work for .NET Framework 2.0.

Add installer project, to be used for deployment

Installing the Inventor Power Tools add-in is currently done by manually copying two files (a DLL and a .addin file) to a specific target directory on the host's file system. The procedure is explained in a readme file, included in each release.

Add an installer project, e.g. a InstallShield Limited Edition project, or alternatively, distribute the application using ClickOnce.

InstallShield Limited Edition is free for users Visual Studio Professional and Enterprise editions. It replaces Windows Installer technology, which Visual Studio no longer supports.

Target hosts are Windows 7, Windows 8, Windows 8.1, and Windows 10. For the record: The main target host is Windows 8.1.

External links

Incorrect template path causes application crash

Hi Steven,

when i click on Sheet Metal

the template path "c:\Users\Public\Documents\Autodesk\Inventor 2016\Templates\Metric\ISO.idw"
is predefined.
But in german versions we need
"c:\Users\Public\Documents\Autodesk\Inventor 2016\Templates\Metrisch\ISO.idw"

When i click on generate drawings with your path, a MessageBox appears that the tempaltefile is not found, after clicking on ok -> Inventor crashes

Inventor 2016 Proj Build 223 SP2

Add project README

Add a project README, so people interested in this repository understand what the project is about.

Generalize SetCustomPropertyFormat methods in Assembly and Part

Classes

  • StevenVolckaert.InventorPowerTools.Assembly and
  • StevenVolckaert.InventorPowerTools.Part

contain identical implementation of the two SetCustomPropertyFormat method overloads.

Generalize the signature(s), and move the implementation to a single point of responsibility. The most likely candidate is probably the abstract class StevenVolckaert.InventorPowerTools.ModelBase.

Adapt ButtonBase so that inheriting classes can define the path to icons

Currently, the StevenVolckaert.InventorPowerTools.Buttons.ButtonBase abstract base class selects icons by file name convention. The same icon is used for both the standard and large button icons; it's currently not possible to specify another icon to be used for e.g. the large button icon.

  • Adapt ButtonBase so that inheriting classes can define the path to the standard and large icons;
  • Implement a fallback-mechanism that uses the file name convention.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.