algorithmic modeling for Rhino
- Out: Print("your text");
- Command line: Rhino.RhinoApp.WriteLine("your text");
- Window: MessageBox.Show("your text");
Awesome, all of those are great. Thanks!
For completeness, you can also use the regular grasshopper way of sending messages:
Component.AddRuntimeMessage(GH_RuntimeMessageLevel.Error, "My error message");
Component.AddRuntimeMessage(GH_RuntimeMessageLevel.Warning, "My warning message");
Component.AddRuntimeMessage(GH_RuntimeMessageLevel.Remark, "A remark (shown as white)");
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