Exemplo n.º 1
0
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Feedback", "F", "Feedback Output. Here you get a copy of the data at the \"*D\" input, or the \"*S\" input if the first is empty.");
     pManager.Register_GenericParam("Feedback History", "H", "History Output. Here you get the history of all Hoopsnake iterations.");
     pManager.Register_IntegerParam("Loops Counter", "L", "Loops Counter.");
     pManager.Register_IntegerParam("Iterations Counter", "I", "Iterations Counter.");
 }
Exemplo n.º 2
0
 //protected override Bitmap Icon { get { return Ants.Properties.Resources.Ants_Icons_ant_world; } }
 protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)
 {
     pManager.RegisterParam(new GHParam_SpatialGraph(), "Spatial Graph", "S", "The Spatial Graph.", GH_ParamAccess.item);
     pManager.Register_StringParam("Script", "Func", "The function to execute", GH_ParamAccess.item);
     pManager.Register_GenericParam("Value", "V", "Initial Values", GH_ParamAccess.list);
     pManager.Register_IntegerParam("Generations", "G", "Number of Generations to create.", 0, GH_ParamAccess.item);
     pManager.Register_GenericParam("Dict", "D", "Dictionary", GH_ParamAccess.item);
     pManager.Register_StringParam("Key", "K", "Key", GH_ParamAccess.item);
 }
Exemplo n.º 3
0
 protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)
 {
     pManager.Register_GenericParam("Starting Data", "S", "Starting Data. This will be output just once before any looping is performed.");
     P = new HSDataParam(this, (GH_Param<IGH_Goo>)Params.Input[0]);
     B = new HSBoolParam(this);
     T = new HSTriggerParam(this);
     pManager.RegisterParam(P);
     pManager.RegisterParam(B);
     pManager.RegisterParam(T);
 }
Exemplo n.º 4
0
        protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
        {
            pManager.Register_StringParam("output", "out", "error messages from the system");

            pManager.Register_PlaneParam("Proxies", "P", "the planes for the proxies");

            pManager.Register_CurveParam("MeshAsCurves", "MC", "the connectivity mesh as a set of curves");

            pManager.Register_GenericParam("HLwingMesh", "WM", "the winged mesh to put into the next function");

            pManager.Register_VectorParam("Normals", "N", "the normals for each face");

            pManager.Register_PointParam("Centres", "C", "the centres for each face");

            pManager.Register_CurveParam("VoronoiOnMesh", "VOM", "non planar voronoi from clusters");
        }
Exemplo n.º 5
0
 //public override Guid ComponentGuid { get { return new Guid("{D17343E8-0BD8-4F32-9DF7-B516D52EC585}"); } }
 /// <summary>
 /// Registers all the input parameters for this component.
 /// </summary>
 protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)
 {
     pManager.Register_GenericParam("Key", "K", "Keys to check.", GH_ParamAccess.list);
     pManager.Register_GenericParam("Func", "F", "Function to Input", GH_ParamAccess.item);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_StringParam("Console", "...", "Messages from Python", GH_ParamAccess.tree);
     //pManager.Register_BooleanParam("Contains", "B", "Contains Key.", GH_ParamAccess.item);
     pManager.Register_GenericParam("Keys", "KS", "Keys in Picnic", GH_ParamAccess.list);
     pManager.Register_GenericParam("Out", "O", "jhfjgs", GH_ParamAccess.item);
     pManager.Register_StringParam("S", "S", "S", GH_ParamAccess.item);
 }
Exemplo n.º 7
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Emitter", "E", "agents emitter", GH_ParamAccess.item);
 }
Exemplo n.º 8
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     //pManager.Register_GenericParam("Keys", "K", "jhfjgs", GH_ParamAccess.list);
     //pManager.Register_GenericParam("Values","V","values", GH_ParamAccess.list);
     pManager.Register_GenericParam("S", "S", "Type of object.", GH_ParamAccess.item);
     pManager.Register_GenericParam("V", "V", "value", GH_ParamAccess.list);
 }
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Constant Strain Triangle", "T", "Triangle output");
 }
Exemplo n.º 10
0
 protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)
 {
     pManager.Register_GenericParam("Geometry", "geom", "The geometry to bake", GH_ParamAccess.tree);
     pManager.RegisterParam(new GHParam_Decodes_Attributes(), "Properties", "props", "The properties to apply to the geometry when baking.  See the help file for documentation", GH_ParamAccess.tree);
 }
Exemplo n.º 11
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("PlanktonMesh", "P", "Plankton Mesh");
 }
Exemplo n.º 12
0
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Beam", "B", "Beam output");
 }
Exemplo n.º 13
0
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_StringParam("Key", "K", "A string key");
     pManager.Register_GenericParam("Value", "V", "A value key");
 }
Exemplo n.º 14
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_StringParam("GCode", "GCode", "Output GCode");
     pManager.Register_GenericParam("Silkworm Model", "SWModel", "Silkworm Model, plug into Viewer for Visual Feedback");
 }
Exemplo n.º 15
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Delimiters", "Delimiters", "Silkworm Movement Delimiters");
 }
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("RhinoNest Object ", "O", "RhinoNest Object");
 }
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Material", "M", "Material output");
 }
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Nodal Force", "L", "Robot load output");
 }
Exemplo n.º 19
0
 //public override Guid ComponentGuid { get { return new Guid("{BF5B1E61-F880-44C9-98C0-4A6C34B1F797}"); } }
 /// <summary>
 /// Registers all the input parameters for this component.
 /// </summary>
 protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)
 {
     pManager.Register_GenericParam("PF", "PF", "Picnic to add to.", GH_ParamAccess.list);
     //pManager.Register_GenericParam("PF", "PF", "Picnic to add to.", GH_ParamAccess.item);
     pManager.Register_GenericParam("Key", "K", "Key to check.", GH_ParamAccess.item);
     pManager.Register_GenericParam("Vals", "V", "Values", GH_ParamAccess.list);
     pManager[0].Optional = true;
 }
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("SharpFE model", "#FE", "Finite Element mdoel with results");
 }
Exemplo n.º 21
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Out", "O", "jhfjgs", GH_ParamAccess.list);
 }
Exemplo n.º 22
0
 //public override Guid ComponentGuid { get { return new Guid("{BF5B1E61-F880-44C9-98C0-4A6C34B1F797}"); } }
 /// <summary>
 /// Registers all the input parameters for this component.
 /// </summary>
 protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)
 {
     pManager.Register_GenericParam("PF", "PF", "Picnic to add to.", GH_ParamAccess.list);
     pManager.Register_GenericParam("K", "Key", "Key to Query", GH_ParamAccess.item);
 }
Exemplo n.º 23
0
 /// <summary>
 /// Registers all the output parameters for this component.
 /// </summary>
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Values", "V", "values", GH_ParamAccess.list);
 }
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("CrossSection", "CS", "Cross section output");
 }
Exemplo n.º 25
0
 //public override Guid ComponentGuid { get { return new Guid("{BF5B1E61-F880-44C9-98C0-4A6C34B1F797}"); } }
 /// <summary>
 /// Registers all the input parameters for this component.
 /// </summary>
 protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)
 {
     //pManager.Register_GenericParam("PF", "PF", "Picnic to view.", GH_ParamAccess.list);
     //pManager.Register_GenericParam("G", "G", "Object to test.", GH_ParamAccess.item);
     pManager.Register_GenericParam("G", "G", "Object to test.", GH_ParamAccess.list);
 }
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Node support", "S", "Robot fixed node support output");
 }
 protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager)
 {
     pManager.Register_GenericParam("Spring", "S", "Spring output");
 }