autodesk-inventor-powertools icon indicating copy to clipboard operation
autodesk-inventor-powertools copied to clipboard

A collection of productivity tools for Autodesk Inventor® 2012.

Results 6 autodesk-inventor-powertools issues
Sort by recently updated
recently updated
newest added

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/core-sdk#2022). This approach...

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...

bug

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....

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...

refactoring

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...

refactoring

Most types are scattered across multiple namespaces. Consolidate these types into a single namespace that contains the functionality's name, for instance `StevenVolckaert.InventorPowerTools.DrawingGeneration`.

refactoring