Skip to content

Developer-Autodesk/design.automation.inventor-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Automation for Inventor - Utility Library

Platforms .NET License

Platforms Platforms

This is package helps leverage Inventor plugin code for Design Automation. The compiled version is available on Nuget.

Usage

This package is used by the Design Automation for Inventor Visual Studio template.

Documentation

Please refer to this sample for more information.

HeartBeat class

using (new HeartBeat())
{
    // some long operation here
}

OnDemand.HttpOperation function

// simply call the method with the parameter
OnDemand.HttpOperation(name, suffix, headers, responseFile)

NameValueMapExtension

Release notes

License

This library is licensed under the terms of the MIT License. Please see the LICENSE file for full details.

Written by

David Obergries, Forge Partner Development

About

Design Automation for Inventor utility library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages