Skip to content

Developer-Autodesk/design.automation.inventor-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventor Automation API Utility Library

Platforms .NET License

Platforms Platforms

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

Usage

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

Documentation

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, APS Partner Development

About

Design Automation for Inventor utility library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages