Hello,
Is it possible to set a gh definition that works only for a time range as a trial period?
Thank you
Hello,
Is it possible to set a gh definition that works only for a time range as a trial period?
Thank you
Theoretically, yes. I think you could write some custom C# code that would write the date of first initialization in the registry and then stop working after a certain amount of time or something. Then you’d have to put most of the definition inside of a password protected cluster.
Grasshopper definitions aren’t really intended for use this way and this solution wouldn’t be particularly secure. In the end you’re probably better off just actually writing a grasshopper plugin.