Exemplo n.º 1
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Edges", "E", "Edge lines created by the turtle");//name, nick, description
     pManager.Register_GenericParam("Vertices", "V", "Vertices created by the turtle");
     pManager.Register_GenericParam("Tube geometry", "T", "Tubes created by the turtle");
     pManager.Register_GenericParam("Planes", "P", "Turtle orientation planes");
     pManager.Register_GenericParam("Section Profiles", "S", "Section Profiles");
 }
Exemplo n.º 2
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.AddGenericParameter("FdModel", "FdModel", "FdModel.", GH_ParamAccess.item);
     pManager.Register_GenericParam("FdFeaModel", "FdFeaModel", "FemDesign Finite Element Geometries (nodes, bars, shells).");
     pManager.AddGenericParameter("Results", "Results", "Results.", GH_ParamAccess.tree);
     pManager.AddBooleanParameter("HasExited", "HasExited", "True if session has exited. False if session is open or was closed manually.", GH_ParamAccess.item);
 }
Exemplo n.º 3
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
 }
 /// <summary>
 ///     Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Sheet", "S", "Sheet Object");
 }
Exemplo n.º 5
0
 protected override void RegisterOutputParams(GH_OutputParamManager outputManager)
 {
     outputManager.Register_GenericParam("Elementary Cell Prototype", "C", "Elementary cell prototype.");
 }
Exemplo n.º 6
0
 protected override void RegisterOutputParams(GH_OutputParamManager outputManager)
 {
     outputManager.Register_GenericParam("Excitable Cell Prototype", "EC", "Excitable cell prototype.");//name, nick, description
 }
Exemplo n.º 7
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("streams", "S", "Streams that you own or are shared with you.");
 }
Exemplo n.º 8
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("owned streams", "OS", "Streams that you own (created).");
     pManager.Register_GenericParam("shared streams", "SS", "Streams that have been shared with you");
 }
Exemplo n.º 9
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Born Rule", "R", "Born rule");//name, nick, description
 }
Exemplo n.º 10
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.AddGenericParameter("FdModel", "FdModel", "FdModel.", GH_ParamAccess.item);
     pManager.Register_GenericParam("FdFeaModel", "FdFeaModel", "FdFeaModel.");
     pManager.AddGenericParameter("Results", "Results", "Results.", GH_ParamAccess.tree);
 }
 /// <summary>
 ///     Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("RhinoNest Nesting Parameters", "P", "RhinoNest Nesting Parameters");
 }
Exemplo n.º 12
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Tube Settings", "TS", "Tube Settings");//name, nick, description
 }
Exemplo n.º 13
0
 /// <summary>
 ///     Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("RhinoNest Nesting Parameters", "P", "RhinoNest Nesting Parameters");
 }
 /// <summary>
 /// Registers all the input parameters for this component.
 /// </summary>
 /// <param name="pManager">GH_OutputParamManager: This class is used during Components constructions to add Output parameters.</param>
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("RhinoNest Object ", "O", "RhinoNest Object");
 }
Exemplo n.º 15
0
 protected override void RegisterOutputParams(GH_OutputParamManager outputManager)
 {
     outputManager.Register_GenericParam("Random State Configuration", "R", "Random State Configuration");//name, nick, description
 }
 /// <summary>
 /// Registers all the input parameters for this component.
 /// </summary>
 /// <param name="pManager">GH_OutputParamManager: This class is used during Components constructions to add Output parameters.</param>
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("RhinoNest Object ", "O", "RhinoNest Object");
 }
Exemplo n.º 17
0
 protected override void RegisterOutputParams(GH_OutputParamManager OutputManager)
 {
     OutputManager.Register_GenericParam("Point Cell(s)", "P", "Points representing cells with a specific state"); //name, nick, description
     OutputManager.Register_GenericParam("Cell State", "CS", "State of each cell in the list");                    //name, nick, description
     OutputManager.Register_IntegerParam("Time", "t", "The time associated with each state.");                     //name, nick, description
 }
Exemplo n.º 18
0
 /// <summary>
 ///     Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Sheet", "S", "Sheet Object");
 }
Exemplo n.º 19
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     // Generic is its a GH_ObjectWrapper wrapper for our custom class
     pManager.Register_GenericParam("Plants", "P", "The resulting plant objects");
 }
Exemplo n.º 20
0
 protected override void RegisterOutputParams(GH_OutputParamManager outputManager)
 {
     outputManager.Register_GenericParam("Living Cell Prototype", "LC", "Living cell prototype, to be populated on a grid");
 }
Exemplo n.º 21
0
 protected override void RegisterOutputParams(GH_OutputParamManager outputManager)
 {
     outputManager.Register_GenericParam("Cellular Automaton", "CA", "The Cellular automaton");//name, nick, description
 }
Exemplo n.º 22
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("account", "A", "Selected account.");
 }
Exemplo n.º 23
0
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Result", "R", "Resulting object", GH_ParamAccess.item);
 }
Exemplo n.º 24
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Object", "Object", "The modified object.");
 }
Exemplo n.º 25
0
 protected override void RegisterOutputParams(GH_OutputParamManager outputManager)
 {
     outputManager.Register_GenericParam("CA Configuration", "C", "The last CA configuration calculated for time=t"); //name, nick, description
     outputManager.Register_GenericParam("Memory", "M", "Memory, containg a list of all CA configurations");          //name, nick, description
 }