'Inventor + Dynamo

I installed Dynamo Studio for myself and wrote in C # my dll-library, which I imported into the Dynamo project. Thus, I created my own custom-nodes for Dynamo, with which I can work through Dynamo with Inventor documents.

But in the process of testing this approach, I had serious difficulties with the failure of Dynamo to import my library after calling some standard methods on Inventor objects.

For examples, I had a problem when calling the Add() method for the PropertySet object. After calling it, the library is not imported into Dynamo. At the same time, there are no problems with the Delete() method.

https://autode.sk/2pGAEdX

I have a request to the community - please respond to those who have already tried to work with Inventor via Dynamo. Maybe you have already encountered similar problems and found solutions. I really need your experience.

Thank you!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source