algorithmic modeling for Rhino
etc...
protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
{
pManager.Register_StringParam("out2", "out2", "pumping stuff in here");
}
protected override void SolveInstance(IGH_DataAccess DA)
{
bool toggle = false;
string output = "starting \n ending as well.";
DA.SetData(0, output);
}
Tags:
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by