Grasshopper

algorithmic modeling for Rhino

@RegisterInputParams, I write down this code.

pManager.AddTextParameter("Text", "T", "Text to export", GH_ParamAccess.tree);

and... @SolveInstance,

List<object[]> t = new List<object[]>();

if(!DA.GetDataTree(0, out t));

But it doesn't work :(

What can I do for GetDataTree ?

Views: 238

Replies to This Discussion

You have to get a GH_Structure.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2025   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service