Dynamo visual programming offers many advantages, but it also has a significant drawback: it cannot protect your algorithm.
If you want to safeguard your algorithm, there is an effective solution—the key is to write your algorithm as a DLL file.
Here’s how to do it:
1) Use Visual Studio to develop your algorithm as classes and compile them into DLL files.
2) In Dynamo, use Python Script modules to reference these DLL files. For detailed instructions on referencing DLLs, please see my other blog post: __AI_S_TURL_0__
By following this approach, you can protect your intellectual property and secure your work!
Your quick updates and feedback are always appreciated and help support my work.













Must log in before commenting!
Sign Up