llkamode.blogg.se

Inventor
Inventor













String imageFilename = System.IO.Path.Combine(documentFolder, "thumbnail.bmp")

inventor

String documentFolder = System.IO.Path.GetDirectoryName(document.FullFileName) We're going to call it InventorThumbnailAddin:Ĭreate a new file in the project, Automation.cs, and use it to define an Automation class with the following implementation: using System With Inventor SDKs installed, open Visual Studio and create a new Autodesk Inventor AddIn project. If you have problems with this part, or simply want to skip the creation of an Inventor plugin, here's a zip file with our plugin's source code and binaries: InventorThumbnailAddin.zip.Įdit: there's now a Visual Studio Project Template that you can use to bootstrap your Inventor plugin solution. If you prefer working with GUI, note that all the cURL examples in this article can be imported into postman HTTP client for configuring our pipeline using the new APIs Visual Studio Community Edition will suffice See Inventor docs for more details on where the SDK is available in your Inventor installation

inventor

Inventor SDK and Visual Studio 2017 to build our Inventor plugin















Inventor