Skip to content

It is a library for AutoDesk Inventor API. It provides a more user-friendly and more efficient way to work with Inventor API.

Notifications You must be signed in to change notification settings

H-Ashrafi/InventorToolBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventor Toolbox OverView 🧰

This is a library of use-full extension and helper methods for Autodesk Inventor API.

These Inventor Interfaces are covered
Application
AssemblyDocument
ComponentOccurances
Document
PartDocument

Sample

using InventorToolBox;
//set up a console app
//get an instance of Inventor
            App.ConnectToInventor();

            //Get partNo of active document
            var partNo = App.ActiveDocument.GetProperty(kDocumnetProperty.PartNumber);

.CS file here

Language

C#

About

It is a library for AutoDesk Inventor API. It provides a more user-friendly and more efficient way to work with Inventor API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages