How to creare custom type in rhino,like these pictures. This plugin is visual ARQ.
You’re probably looking for custom objects https://developer.rhino3d.com/api/rhinocommon/rhino.docobjects.custom
This is an example for how to use a custom curve:
1 Like
thank you
custom objects with rhinocommon are not very handy.
check some other topics before you invest to much end get disappointed.
my guess - visual ARQ is not written in rhinocommon but c++.
about saving and reopening a file:
Thank you for your reminder, I will consider other way.