Log into Rhino with C#

Hi,

Is it possible to log-in via C# and connect the Rhino license?

For example via a plug-in or skin?

Thanks.

Hi @Jordy,

Use RhinoApp.LoginToCloudZoo.

– Dale

Hi @dale ,

I mean to log-in with user credentials automatically instead of going to the website?

– Jordy

Hi @Jordy,

This is the only API exposed, to my knowledge.

@will - am I missing anything?

– Dale

There’s some more info at Interacting with Rhino Accounts with C#.

1 Like