GithubHelp home page GithubHelp logo

autokludge / inventorshims Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inventorcode/inventorshims

0.0 0.0 0.0 1.62 MB

A collection of extension APIs for Autodesk Inventor.

Home Page: https://inventorcode.github.io/InventorShims

License: MIT License

Visual Basic .NET 7.78% C# 90.35% Batchfile 0.16% PowerShell 1.01% Shell 0.71%

inventorshims's Introduction

InventorShims

About

This is an unofficial collection of extension APIs for Autodesk Inventor. The goal is to present developers and iLogic users with the following:

  • Code that promises to be routinely and consistently useful,
  • Additional API functionality that is not included in Inventor's public APIs, or
  • Improved functionality of stock API objects/methods. This may include:
    • simplified access to API objects, functions, and values,
    • functions designed to reduce boilerplate code,
    • more advanced management of API objects, and
    • better error handling outcomes. E.g. an example is an iproperty access method that will not throw an exception when a non-present property is accessed.

The minimum supported version of Inventor will be 2020.

Documentation

Find the detailed API Documentation at InventorShims API Docs. This documentation is built using DocFX; the documentation source is at /docfx/.

For general documentation see the Quick-Start Guide.

Getting Started

First off, you'll want to download or build a copy of the InventorShims.dll file. There are several options available:

  1. Include the InventorShims nuget package in your .net project.
  2. Visit the Releases page and downld the compiled InventorShims.dll and referenceit in your Inventor iLogic or add-in code. This will allow you to access the entirety of the InventorShims API.
  3. Clone this repo and building the dll yourself.
  4. Copy out the methods, classes, or modules that are useful and including those in your own code.
  5. Use the code in this package as reference material or examples.

How to Use

  • For iLogic, add the following code in your iLogic rule header:

    AddReference "C:\Path\To\File\InventorShims.dll"
    Imports InventorShims
    
    'Add your code here, include InventorShims API functions as you need...
  • For add-in development, add the InventorShims.dll as a reference to your project.

  • Visit the InventorShims API Documentation for a more detailed guide.

License

This code is under an MIT license.

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.