Grasshopper

algorithmic modeling for Rhino

Hello,

I'm developing my own component. As one of the output parameters, I want to have Karamba.Model.Model. The issue is if I use just pManager.AddGenericParameter("Model", "Model", "Model", GH_ParamAccess.item);

and in my code

Model model = new Model();

DA.SetData(1, model);

Once I use my output parameter Model as input to Karamba component Disassemble Model  ,I get an error message in Grasshopper Data conversion failed from Goo to Model.

Is there any way how to resolve it?

Views: 85

About

Translate

Search

© 2025   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service