Exemplo n.º 1
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_StringParam("Word", "W", "The last word derived by the LSystem");                                                                                                           //name, nick, description
     pManager.Register_GenericParam("List of Words", "LW", "List of words generated by the L-System. The list contains all words, starting by the axiom, ending with the last generated word W."); //name, nick, description
     pManager.Register_GenericParam("LSystem", "LS", "The LSystem object, based on the specified axiom and production rules.");                                                                    //name, nick, description
 }