hrntsm / Tunny

🐟Tunny🐟 is Grasshopper's optimization component using Optuna, an open source hyperparameter auto-optimization framework.
https://tunny-docs.deno.dev/
MIT License
48 stars 8 forks source link

Support GeometryBase #33

Closed hrntsm closed 2 years ago

hrntsm commented 2 years ago

Is your feature request related to a problem? Please describe.

It is able to input Mesh to Tunny, but is not able to input any other geometry. There is any way to save these geometies?

Describe the solution you'd like

Support GeomertyBase like mesh.

Describe alternatives you've considered

Additional context

hrntsm commented 2 years ago

Since there is no GH_GeometryBase, each type must be specified or cast, so it is difficult to know how much to cover.

hrntsm commented 2 years ago

https://developer.rhino3d.com/api/grasshopper/html/N_Grasshopper_Kernel_Types.htm

hrntsm commented 2 years ago

IGH_GeometricGoo might work.