Exemplo n.º 1
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_OutputParamManager pManager)
 {
     pManager.AddInterval2DParameter("R", "R", "Result", GH_ParamAccess.tree);
 }