/// <summary> /// Registers all the output parameters for this component. /// </summary> protected override void RegisterOutputParams (GH_OutputParamManager pManager) { pManager.AddGenericParameter(RS.systemName, RS.systemNickname, RS.systemDescription, GH_ParamAccess.item); pManager.AddGenericParameter(RS.queleaName, RS.queleaNickname, RS.queleaDescription, GH_ParamAccess.list); pManager.AddGenericParameter(RS.queleaNetworkName, RS.queleaNetworkNickname, RS.queleaNetworkDescription, GH_ParamAccess.item); }
/// <summary> /// Registers all the output parameters for this component. /// </summary> protected override void RegisterOutputParams(GH_OutputParamManager pManager) { // Use the pManager object to register your output parameters. // Output parameters do not have default values, but they too must have the correct access type. pManager.AddGenericParameter("Force", RS.forceNickname, "The resulting force vector for debugging purposes.", GH_ParamAccess.item); pManager.AddGenericParameter("Desired Velocity", "D", "The calcuted desired velocity of this rule before it is applied to the quelea. Supplied for debugging and visualization purposes.", GH_ParamAccess.item); // Sometimes you want to hide a specific parameter from the Rhino preview. // You can use the HideParameter() method as a quick way: //pManager.HideParameter(1); }
/// <summary> /// Registers all the output parameters for this component. /// </summary> protected override void RegisterOutputParams(GH_OutputParamManager pManager) { // Use the pManager object to register your output parameters. // Output parameters do not have default values, but they too must have the correct access type. pManager.AddGenericParameter(RS.emitterName, RS.emitterNickname, RS.emitterDescription, GH_ParamAccess.item); // Sometimes you want to hide a specific parameter from the Rhino preview. // You can use the HideParameter() method as a quick way: //pManager.HideParameter(1); }
/// <summary> /// Registers all the output parameters for this component. /// </summary> protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter(RS.queleaName, RS.queleaNickname, RS.queleaDescription, GH_ParamAccess.list); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Joint solver", "JS", "Joint solver.", GH_ParamAccess.list); }
/// <summary> /// Registers all the output parameters for this component. /// </summary> protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("JSON", "J", "The JSON Output", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Conversion Result String", "S", "Conversion result string.", GH_ParamAccess.item); pManager.AddGenericParameter("Conversion Result", "R", "Conversion result object.", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Value", "V", "Speckle object", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Chunks", "C", "List Chunks", GH_ParamAccess.tree); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Mesh", "M", "Remeshed result as Plankton Mesh", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("TimberFactors", "TimberFactors", "TimberFactors.", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Options", "O", "SandWorm Options", GH_ParamAccess.item); pManager.AddTextParameter("Info", "I", "Component info", GH_ParamAccess.list); //debugging }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("图层信息", "I", "将此图层信息输出至Exporter A端", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Base", "B", "Converted Base Speckle objects.", GH_ParamAccess.item); //pManager.AddParameter(new SpeckleBaseParam("Base", "B", "Converted Base Speckle objects.", GH_ParamAccess.item)); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("MaterialDatabase", "MaterialDatabase", "Default MaterialDatabase.", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Action", "A", "ExtrusionRate Action", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Action", "A", "PushSettings Action", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Slab", "Slab", "Slab.", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { //pManager.AddTextParameter("Code", "C", "Device-specific program code", GH_ParamAccess.item); pManager.AddGenericParameter("RobotProgram", "P", "Device-specific program", GH_ParamAccess.item); }
/// <summary> /// Registers all the output parameters for this component. /// </summary> protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter(RS.vehicleName + " " + RS.queleaName + " Settings", RS.vehicleNickname + RS.queleaNickname + "S", RS.vehicleDescription, GH_ParamAccess.item); }
/// <summary> /// Registers all the output parameters for this component. /// </summary> protected override void RegisterOutputParams(GH_OutputParamManager outputParamManager) { outputParamManager.AddGenericParameter("analytical", "analytical", "SAM Analytical", GH_ParamAccess.item); outputParamManager.AddTextParameter("json", "json", "Honeybee Json", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("List A", "A", "The resulting backward-shifted list (or the original list if wrap is true)", GH_ParamAccess.list); pManager.AddGenericParameter("List B", "B", "The resulting forward-shifted list", GH_ParamAccess.list); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("LoadCategory", "LoadCategory", "LoadCategory.", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("MassConversionTable", "MassConversionTable.", "MassConversionTable. The MassConversionTable is considered as a load type and should be added to the model as a load.", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Stream", "S", "Stream or streams pointing to the created commit", GH_ParamAccess.list); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Data", "D", "Retained or passed data at the given Key", GH_ParamAccess.tree); pManager.AddTextParameter("Keys", "K", "Keys stored as a list", GH_ParamAccess.list); pManager.AddGenericParameter("Values", "V", "Values stored as a list", GH_ParamAccess.tree); }
/// <summary> /// Registers all the output parameters for this component. /// </summary> protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter(RS.environmentName, RS.environmentNickname, RS.environmentDescription, GH_ParamAccess.item); }
/// <summary> /// Registers all the output 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.AddGenericParameter("RhinoNest Object Nesteds", "ON", "RhinoNest Object Nesteds", GH_ParamAccess.list); pManager.AddGenericParameter("RhinoNest Object No Nesteds", "ONN", "RhinoNest Object No Nesteds", GH_ParamAccess.list); pManager.AddGenericParameter("Report", "R", "Report", GH_ParamAccess.list); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Bitmap Image", "I", "A bitmap image of the file.", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("OSM FilePath", "Path", "OSM file location", GH_ParamAccess.item); pManager.AddGenericParameter("Origin", "O", "South-West corner of the map", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("FamilyName", "Family", "Each CrossSection Family Name", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("BarReinforcement", "BarReinf", "Longitudinal bar reinforcement.", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("EdgeConnection", "EdgeConnection", "EdgeConnection.", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Material", "Material", "Material", GH_ParamAccess.tree); pManager.AddGenericParameter("Section", "Section", "Section", GH_ParamAccess.tree); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("Text input", "O", "SOFiSTiK text input for materials and sections", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("MaterialDatabase", "MaterialDatabase", "MaterialDatabase representation of .struxml file.", GH_ParamAccess.item); }
protected override void RegisterOutputParams(GH_OutputParamManager pManager) { pManager.AddGenericParameter("MotionsPlasticLimits", "MotionsPlasticLimits", "MotionsPlasticLimits.", GH_ParamAccess.item); }
/// <summary> /// Registers all the output parameters for this component. /// </summary> protected override void RegisterOutputParams(GH_OutputParamManager pManager) { base.RegisterOutputParams(pManager); pManager.AddGenericParameter("Border Walls", "BW", "The walls that represent the boundary of the polysurface.", GH_ParamAccess.item); }