Files
dynamo-scripts/AddParametersToFamily/2.x/AddParametersToFamily.dyn

2771 lines
85 KiB
Plaintext

{
"Uuid": "cddc809f-4905-422f-827e-2187c1ab845c",
"IsCustomNode": false,
"Description": null,
"Name": "AddParametersToFamily",
"ElementResolver": {
"ResolutionMap": {}
},
"Inputs": [],
"Outputs": [],
"Nodes": [
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Orchid.RevitFamily.Parameter.AddParameter@var,string[],string,string,string,bool,bool",
"Id": "30b9dc0d02624509896c86bcfc4d9073",
"Inputs": [
{
"Id": "e2bc2dcf43244217b4fab36f5b645986",
"Name": "familyDocument",
"Description": "Family document as Revit document (rfa)\n\nvar\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "e566f157c07a49968ff4eb5757ff0fe5",
"Name": "parameterName",
"Description": "The name of the parameter to create\n\nstring[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "49049cac73ab47b492ef842928e206f6",
"Name": "type",
"Description": "Parameter Type\n\nstring",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "4fcdab90e44e42a3803fd5979be3df2d",
"Name": "group",
"Description": "Parameter Group\n\nstring",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "13ea09873f454bfea8d8fbbbf9520a49",
"Name": "tooltip",
"Description": "Tooltip for the parameter\n\nstring\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "a9d521083c644842814d3094fdfc25af",
"Name": "instance",
"Description": "Is instance parameter, otherwise it's a type parameter\n\nbool\nDefault value : false",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "acd73100180e461098a81a0601833c1f",
"Name": "reporting",
"Description": "Is reporting parameter. Is only available to Length and Angle parameters!\n\nbool\nDefault value : false",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "f498ca3f97b146f6b33228ad0f1c737f",
"Name": "Parameter",
"Description": "Parameter",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Add (create) parameter by name\n\nParameter.AddParameter (familyDocument: var = null, parameterName: string[], type: string, group: string, tooltip: string = null, instance: bool = false, reporting: bool = false): var[]..[]"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Orchid.RevitProject.Document.Current",
"Id": "e9c2ae4c449f44f2ad50c0b6b8574988",
"Inputs": [],
"Outputs": [
{
"Id": "bfb30a8246a74828848f5490330fa55e",
"Name": "Document",
"Description": "Document as Revit type",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Get current document\n\nDocument.Current: var"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "9fbd05c0-ec1f-4bd3-bf37-969a1552eab8",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "41d9b5c2793d4b7c9a402b57a146d3d2",
"Inputs": [
{
"Id": "14deff649f014395b8f8b441d814abf7",
"Name": "Description_optional",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "e46334c17b5e49eea037dc0a9de4de8f",
"Name": "Logo_optional",
"Description": "var\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "935d474b600f44b5bfd60b40159f521e",
"Name": "ButtonText_optional",
"Description": "string\nDefault value : \"Set Values\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "2cb9d6366b804a6fa4517a52f2c35b89",
"Name": "Inputs",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c876d068990e4b8f985c71cfd19fdbbc",
"Name": "Toggle",
"Description": "bool\nDefault value : false",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c5d77844c0814cc4bca94614993e911e",
"Name": "LinkToHelp_optional",
"Description": "string\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "611b8336e2424534ba8db1c89e276c04",
"Name": "CancelButtonText_optional",
"Description": " Cancel button will only be displayed if a label text is entered here\n\nstring\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "3c713a4dd88e49c38295f430ca104966",
"Name": "MaxHeight_optional",
"Description": "int\nDefault value : 0",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c12faf0e9aa84a2381a97b60e62965a3",
"Name": "Width_optional",
"Description": "int\nDefault value : 350",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "14d732ea47754d4886d768cd89b1ebb2",
"Name": "User Inputs",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "693a81cfc69745edb5f2002a8e1f4ebc",
"Name": "Was Run ",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "384456900cef4a00b5644e5eb1a9e895",
"Name": "Was Cancelled",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Create a form with multiple inputs. \r\nsee www.data-shapes.net for tutorials and infos!"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "a611b7a4-e3d6-421e-a166-b85feaadddc8",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "8bb8845e778147eebb9697fa0689741f",
"Inputs": [
{
"Id": "e35a6b680a23440fb3088342d91c98e2",
"Name": "InputName",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "8097513c22e844ec962b771edf2a70f2",
"Name": "InputName",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "93936db36a46454cab35a514ee8a2793",
"Name": "IsNumberEntry",
"Description": "bool\nDefault value : false",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "d3f5b2e9754d47a7bfff3e118c376cff",
"Name": "Height_Optionnal",
"Description": "int\nDefault value : 100",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "fe87db044fd14a6481b45411076bdb28",
"Name": "MultiLineTextBox input",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Creates a multi line textbox input for UI.MultipleInputForm ++"
},
{
"ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
"NodeType": "BooleanInputNode",
"InputValue": true,
"Id": "fb07d1c034c84f94ba6efaeb61bd0f0e",
"Inputs": [],
"Outputs": [
{
"Id": "7b93d36709f94656a1d08d0d2bee930a",
"Name": "",
"Description": "Boolean",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Selection between a true and false."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Parameter names\";",
"Id": "ee101afdabf7412b8430166e518b14f7",
"Inputs": [],
"Outputs": [
{
"Id": "0f8ac524ece945f7adaa3c20a12a777c",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction, DynamoCore",
"FunctionSignature": "DSCore.String.Split@string,string[]",
"FunctionType": "VariableArgument",
"NodeType": "FunctionNode",
"Id": "1778b0e9fa054ba5938fe0b7e66d07b2",
"Inputs": [
{
"Id": "67eeccc3aa5c47b68dcf4359e82f8c6b",
"Name": "str",
"Description": "String to split up.\n\nstring",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "77e0fc1267a44c16b50b6802ee75bbdf",
"Name": "separater0",
"Description": "Strings that, if present, determine the end and start of a split.\n\nstring[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "10b43223b9b44114a88ec50599baf8a0",
"Name": "strings",
"Description": "List of strings made from the input string.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Divides a single string into a list of strings, with divisions determined by the given separater strings.\n\nString.Split (str: string, separaters: string[]): string[]"
},
{
"ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
"VariableInputPorts": true,
"NodeType": "ExtensionNode",
"Id": "04f8d8e839dc4fd3a5f684ee622026b6",
"Inputs": [
{
"Id": "da3092f2e8724cc0825e3fa5b76f2683",
"Name": "item0",
"Description": "Item Index #0",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "b46a13b00ac04f3f849c0f5b0d2f62f2",
"Name": "item1",
"Description": "Item Index #1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "51c211da877a4f42b51c8e3be0c13729",
"Name": "item2",
"Description": "Item Index #2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "fc69c258c3b644af99eebb38bbc1be1b",
"Name": "item3",
"Description": "Item Index #3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "933980ee6e23431d99c3b182581bf96e",
"Name": "item4",
"Description": "Item Index #4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "85c1d3684ffc4599aaad9594dccb5e80",
"Name": "item5",
"Description": "Item Index #5",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "15e70bfaee7144ecbd408c9e86ebb7db",
"Name": "list",
"Description": "A list",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Makes a new list out of the given inputs"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"PipeSize\";\n\"Text\";\n\"Length\";\n\"HVACDuctSize\";\n\"YesNo\";",
"Id": "fecd217f5b244f759b8b6c1162e62d03",
"Inputs": [],
"Outputs": [
{
"Id": "dc7620df0a674a73a03da939bec0850b",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c412be87f3f9459c82d0c181bbcead5b",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c94f40c57ad84ec2b602e56c9d2af154",
"Name": "",
"Description": "Value of expression at line 3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "6fc3d4a2baac4a7594fde33344ce9d42",
"Name": "",
"Description": "Value of expression at line 4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "91d6af92eee34149b67763e52ee7c76a",
"Name": "",
"Description": "Value of expression at line 5",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Pipe Size\";\n\"Text\";\n\"Length\";\n\"HVAC Duct Size\";\n\"Yes/No\";",
"Id": "f98029a827274f10b66dd0692398af74",
"Inputs": [],
"Outputs": [
{
"Id": "2c84cffc28d54b13bcc4e78c05f1249a",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "0128e813870b452fb508a829739146e2",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "f394fd9f90b74f4f9ef62c6edd6d39e6",
"Name": "",
"Description": "Value of expression at line 3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "db89e253bfc443de962a0ee61a5acfea",
"Name": "",
"Description": "Value of expression at line 4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "2e25ec5290404b2bbacc09b5cd10f78d",
"Name": "",
"Description": "Value of expression at line 5",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
"VariableInputPorts": true,
"NodeType": "ExtensionNode",
"Id": "2e00a071ab6c4a8499e85289f5e8c6a1",
"Inputs": [
{
"Id": "cb896ec1b5b349cd8550492c437ff28e",
"Name": "item0",
"Description": "Item Index #0",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "5cab119165ef432bb69594df9d6d74a7",
"Name": "item1",
"Description": "Item Index #1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "74147c203c2e4510925fe06fa8de3c0d",
"Name": "item2",
"Description": "Item Index #2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "e04e595dcfc84089ae15bfc6aa9820c8",
"Name": "item3",
"Description": "Item Index #3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "d0c4569d04b74f26b1f0b06120cfa1de",
"Name": "item4",
"Description": "Item Index #4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "ad12d100096e4a9cb4aa8e0fdc877536",
"Name": "list",
"Description": "A list",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Makes a new list out of the given inputs"
},
{
"ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
"VariableInputPorts": true,
"NodeType": "ExtensionNode",
"Id": "c66e783f17514757a3960f2c241489e6",
"Inputs": [
{
"Id": "b09964962f6249ddbebd4b3d31f811c9",
"Name": "item0",
"Description": "Item Index #0",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "1198726f464f4bacadf5f5f28ee528ea",
"Name": "item1",
"Description": "Item Index #1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "a90ad181b1da4073ab480bc4150cac7e",
"Name": "item2",
"Description": "Item Index #2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "ef9000939609489094e54f218440a0f4",
"Name": "item3",
"Description": "Item Index #3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "bb2da5469cf94f929a8818d2c071d8ff",
"Name": "item4",
"Description": "Item Index #4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "a84dc47025454c42bc54fd21b3c7b2f3",
"Name": "list",
"Description": "A list",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Makes a new list out of the given inputs"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Parameter type\";\n2;",
"Id": "d2863bf9a61f468fa4fc4ef5391c8b60",
"Inputs": [],
"Outputs": [
{
"Id": "a654ae0b7a074dadb6786669ef427667",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c667b03cc0f145528af4cedbe70f011b",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "b409775c-5d88-4d47-96a3-5135c775d26a",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "0626ad36475b440486d5fad00cf957a1",
"Inputs": [
{
"Id": "873e4da70f1e4b479403dcdf0a518224",
"Name": "InputName",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "dd499734dc23440599596f513751413a",
"Name": "Keys : []: var[]..[]",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "a0f5275a78b54651adffc8eaa215250a",
"Name": "Values : []: var[]..[]",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "052540995e8b4daca20a7e07ea234999",
"Name": "DefaultValueIndex",
"Description": "int\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "8418baea34a24b5ebfde1cdfec473331",
"Name": "Sorted_optional",
"Description": "bool\nDefault value : true",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "ba6821232a9d4bfc8b89d538fcb988f3",
"Name": "DropDown input",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Create data for DropDown input in UI.MultiInputForm ++ . Check out www.data-shapes.net for more infos."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "928e40a7-91ac-45c3-8d59-4d899fc49b83",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "da16b001c68f4329a76f4ad53da29921",
"Inputs": [
{
"Id": "d87104d89097405a92b8554c34afc41a",
"Name": "InputName",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "97b6168e5e434aefa467aff549af08a0",
"Name": "DefaultText",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "73deb1972d7e4aaab16555743249429a",
"Name": "IsNumberEntry",
"Description": "bool\nDefault value : false",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "e297bd3df24e4f9596d78ee82f7a970f",
"Name": "TextBox input",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Create Data for TextBox input in UI.MultipleInputForm ++ . Check out www.data-shapes.net for more informations"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Tooltip\";",
"Id": "baf21df5bd1947b99fbbff2160364d9e",
"Inputs": [],
"Outputs": [
{
"Id": "810d4c4480144cfebc496d14761bcaa1",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "b409775c-5d88-4d47-96a3-5135c775d26a",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "0b737575439244bb87bff73b7f867afb",
"Inputs": [
{
"Id": "5af96b64a4304438922bc230c290f510",
"Name": "InputName",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c0e16eb6399f4cddadab7655c46a7b3a",
"Name": "Keys : []: var[]..[]",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "a654aa57fe48401a877b9720d904fb8b",
"Name": "Values : []: var[]..[]",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "35676b79ae594232894d4adebd49bc81",
"Name": "DefaultValueIndex",
"Description": "int\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "32de70eb8653437c8b1e17773ee9ffb9",
"Name": "Sorted_optional",
"Description": "bool\nDefault value : true",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "3010004132bc47c6891eeaf104cd9ed1",
"Name": "DropDown input",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Create data for DropDown input in UI.MultiInputForm ++ . Check out www.data-shapes.net for more infos."
},
{
"ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
"VariableInputPorts": true,
"NodeType": "ExtensionNode",
"Id": "ccca42afd4874504a08e875153517c66",
"Inputs": [
{
"Id": "75f6eaed5aa94aebae7fb4378075f3d6",
"Name": "item0",
"Description": "Item Index #0",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "765d17be93d44fd09ab7b3ce866942cc",
"Name": "item1",
"Description": "Item Index #1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "5df5c74eaee942e8b5a60b7a746dae6e",
"Name": "item2",
"Description": "Item Index #2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "d9e911df080b41cb9841c715beecdfad",
"Name": "item3",
"Description": "Item Index #3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "95a3efd7ee1a4f8a8a972a8aba0a80a0",
"Name": "item4",
"Description": "Item Index #4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "4f4fde99c52445238a7b791a145448b7",
"Name": "item5",
"Description": "Item Index #5",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "4c13a1666d96400b848927c55b3e6b66",
"Name": "list",
"Description": "A list",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Makes a new list out of the given inputs"
},
{
"ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
"VariableInputPorts": true,
"NodeType": "ExtensionNode",
"Id": "4f9c9b1f9abb4fb283b5ff77b6890962",
"Inputs": [
{
"Id": "fdb1beaba78340b2afa429168af01a1b",
"Name": "item0",
"Description": "Item Index #0",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "fb53214817f24173bdbbbc3135537fb8",
"Name": "item1",
"Description": "Item Index #1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c14d7a0201b749639a4f6b0c7aaca555",
"Name": "item2",
"Description": "Item Index #2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "d52b7379bfab4c8f998d8173d4241d8d",
"Name": "item3",
"Description": "Item Index #3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "493135f0f8e14f57b37269967bf36390",
"Name": "item4",
"Description": "Item Index #4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "8c6fbb3c802449aeba0d3e7ac5a23c12",
"Name": "item5",
"Description": "Item Index #5",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "4c5309505c27437aab7a64c4a4502c11",
"Name": "list",
"Description": "A list",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Makes a new list out of the given inputs"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Parameter group\";\n4;",
"Id": "289b7b72ca2f43cab0b7e4d5415a2477",
"Inputs": [],
"Outputs": [
{
"Id": "e37b7ebcb83f4f93be5c505f06a66ae9",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "d66b59aa93df4d67b701a9481ed1fc02",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"PG_ADSK_MODEL_PROPERTIES\";\n\"PG_IDENTITY_DATA\";\n\"INVALID\";\n\"PG_GENERAL\";\n\"PG_GEOMETRY\";\n\"PG_CONSTRAINTS\";",
"Id": "18a3a91e6e4e48ca8ca2e240bb5509e6",
"Inputs": [],
"Outputs": [
{
"Id": "b293a9a7101b4543b1f1e17a6403f5de",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "6b8d3ab814f84bf4b8d7591b3bdb69c2",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "69118f544e304f0aa2afc971af1423da",
"Name": "",
"Description": "Value of expression at line 3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "5dca5a84144f47a3a257a263ae4dfc80",
"Name": "",
"Description": "Value of expression at line 4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "37b81fae85b04af4b153f4a7dc2f6b30",
"Name": "",
"Description": "Value of expression at line 5",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c1472ae0b5cf40169377cfcb0a0bc6c6",
"Name": "",
"Description": "Value of expression at line 6",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Model Properties\";\n\"Identity Data\";\n\"Other\";\n\"General\";\n\"Dimensions\";\n\"Constraints\";",
"Id": "25b4980781a0460ea0c5fdf04ed8c5a8",
"Inputs": [],
"Outputs": [
{
"Id": "f825e6c5c9e5485e9be7b3bf06278a44",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "a476010b552a49e09650443e6257cbef",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "079f0e9dd0e540dda2a1574fb56bc221",
"Name": "",
"Description": "Value of expression at line 3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "ef5ad7d768eb4c2aadd18f2bf5a3b717",
"Name": "",
"Description": "Value of expression at line 4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "97a9fc0f55204a0ca756aca5b81b29ae",
"Name": "",
"Description": "Value of expression at line 5",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "8d974c48f77e41df89f37196ed684f67",
"Name": "",
"Description": "Value of expression at line 6",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Instance/type\";\n1;",
"Id": "55c9ce7d245242e1822e7379201aa7a2",
"Inputs": [],
"Outputs": [
{
"Id": "80dfcab4d49e4a6ea93537a7bef8bc34",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "abb04ce766084967a7accdc53d9f9492",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Instance\";\n\"Type\";",
"Id": "b2f26e5fdc6140bf81ab6e0079b1dc5c",
"Inputs": [],
"Outputs": [
{
"Id": "bd1cfc24ab5e459ead31288798e55dbe",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "bb7ec8c645ab41d78d53a4cfa78d5905",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
"VariableInputPorts": true,
"NodeType": "ExtensionNode",
"Id": "2544b69abb6c4efa84febabf5ed3a96a",
"Inputs": [
{
"Id": "c2e7858407bc4af59c7bde5954604ba0",
"Name": "item0",
"Description": "Item Index #0",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "6bc654adec1a4fc19a6448b66c20fbe6",
"Name": "item1",
"Description": "Item Index #1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "1d72eb4e3faf4a9b8717ba474ab12f61",
"Name": "list",
"Description": "A list",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Makes a new list out of the given inputs"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "true;\nfalse;",
"Id": "bf38eef5d6f04e88bd63ceab11165a22",
"Inputs": [],
"Outputs": [
{
"Id": "b7444a33553d48769cd0a5ea8fdd5928",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c02d977a94384044be437bae673c59c6",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
"VariableInputPorts": true,
"NodeType": "ExtensionNode",
"Id": "cc89320313444825b045a9d8d28a8b09",
"Inputs": [
{
"Id": "5088b4370a5a4156be8e799bc795f1b1",
"Name": "item0",
"Description": "Item Index #0",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "9b2f0406590840fa87ff73fc3ee0ea41",
"Name": "item1",
"Description": "Item Index #1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "3346066551ab4c92b967f0183b431696",
"Name": "list",
"Description": "A list",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Makes a new list out of the given inputs"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "b409775c-5d88-4d47-96a3-5135c775d26a",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "1cfa3c93ea6e448e9cdb39758f765989",
"Inputs": [
{
"Id": "630557fb854548829f12b7d0e1d780a3",
"Name": "InputName",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "5973baaf8ade4805a8d565f05c992f11",
"Name": "Keys : []: var[]..[]",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "4c81160fe11b4fcaa4f76b41bd766ed3",
"Name": "Values : []: var[]..[]",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "fd4965882af644cca4792588fd35e3ca",
"Name": "DefaultValueIndex",
"Description": "int\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "a94a467cd2bb4c1091436b2d12758632",
"Name": "Sorted_optional",
"Description": "bool\nDefault value : true",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "be1458dd65364f448b8bb29aaa0775dc",
"Name": "DropDown input",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Create data for DropDown input in UI.MultiInputForm ++ . Check out www.data-shapes.net for more infos."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Reporting parameter\";\n1;",
"Id": "dda7dbbfe39b49928d4cde1d3fe4868c",
"Inputs": [],
"Outputs": [
{
"Id": "4482dfbed6144d6d9359003fe091686f",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "5e3d70f323f540eda256f9f4471f6a50",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "true;\nfalse;",
"Id": "0f00af56512c4bf1a76616261f8405b2",
"Inputs": [],
"Outputs": [
{
"Id": "8c6056621b1243398d508c1bdd42f8df",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "6397854a46cf41879d602003f137f57e",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Reporting\";\n\"Not reporting\";",
"Id": "aac92ffd25be4d8b9cd17cf706504118",
"Inputs": [],
"Outputs": [
{
"Id": "bedc250a3ae047b19c4a3f56aa57b5c9",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "013e0b8043fe4a8c82874fbbc9d62fc1",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
"VariableInputPorts": true,
"NodeType": "ExtensionNode",
"Id": "4419719581ce4803abff2e71815d1a1e",
"Inputs": [
{
"Id": "8e320a2a7e574901beaab3e468e14eb1",
"Name": "item0",
"Description": "Item Index #0",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "ce76ab4d307b4c5ea37693f7f9a7e8aa",
"Name": "item1",
"Description": "Item Index #1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "cdb72a47dcc84bcf955e9ca957277cb2",
"Name": "list",
"Description": "A list",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Makes a new list out of the given inputs"
},
{
"ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
"VariableInputPorts": true,
"NodeType": "ExtensionNode",
"Id": "023b5b8d5b614ffcbb41510d43412318",
"Inputs": [
{
"Id": "b712f2210442465fac14e8eae185997e",
"Name": "item0",
"Description": "Item Index #0",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "5d19e489808c4adeb4d6d91ec7382371",
"Name": "item1",
"Description": "Item Index #1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "fbb45672a16a4469b5e7d75d52764c36",
"Name": "list",
"Description": "A list",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Makes a new list out of the given inputs"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "b409775c-5d88-4d47-96a3-5135c775d26a",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "c64547301ee944649fdb945fed624307",
"Inputs": [
{
"Id": "2f5493ceeb364cf991ec85635311a3af",
"Name": "InputName",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "1c78a1c7ba3746059ccc3a0b06c934b2",
"Name": "Keys : []: var[]..[]",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "bc45a3feb524486d9e1c95060789bb60",
"Name": "Values : []: var[]..[]",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "3db276aeae2744daa55c21e4933e36b9",
"Name": "DefaultValueIndex",
"Description": "int\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "2398d3d89da64794ba4ed0a07537f3bc",
"Name": "Sorted_optional",
"Description": "bool\nDefault value : true",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "3201eb8ad7e3414cbfc7191362ba61d5",
"Name": "DropDown input",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Create data for DropDown input in UI.MultiInputForm ++ . Check out www.data-shapes.net for more infos."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Add each parameter names to new lines\";\n\"Add parameters\";\n\"Cancel\";",
"Id": "666d44e5a791449c8489864d44e09402",
"Inputs": [],
"Outputs": [
{
"Id": "c4e5e2deeeda4b7682e231963d2e9834",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "a19c6125541b43bb9eaf4e108d2bd33a",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "cb1819faca3b4fe6b9cedefedea4052d",
"Name": "",
"Description": "Value of expression at line 3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "a[0];\na[1];\na[2];\na[3];\na[4];\na[5];",
"Id": "71636f5967fe4531bf78401abca930d4",
"Inputs": [
{
"Id": "caa7bc1a9c294fb7bb4d217f3681a192",
"Name": "a",
"Description": "a",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "26811c87e2cf4f78b9a58f5c3b8eaa0b",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "950f7104355c44f09695a7bfb54ca906",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "50090e0d624b43c8830a1b277b23b139",
"Name": "",
"Description": "Value of expression at line 3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "2f582583d06043dfa18a19056561193e",
"Name": "",
"Description": "Value of expression at line 4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c7e99e6244fe4349aef81378ed20bc17",
"Name": "",
"Description": "Value of expression at line 5",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "0b6db35f82f2400dad7a9fab25dda092",
"Name": "",
"Description": "Value of expression at line 6",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"\\n\";",
"Id": "87889023f8a24a47aef3919db44c74e4",
"Inputs": [],
"Outputs": [
{
"Id": "16fe0f1b5f2b4cbe8de682a7c090f3e8",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
}
],
"Connectors": [
{
"Start": "bfb30a8246a74828848f5490330fa55e",
"End": "e2bc2dcf43244217b4fab36f5b645986",
"Id": "1d4b5221a2a44c74be9b563d6272d897"
},
{
"Start": "14d732ea47754d4886d768cd89b1ebb2",
"End": "caa7bc1a9c294fb7bb4d217f3681a192",
"Id": "6bfaebf1dc9f4c3fa1b77b8014328dd7"
},
{
"Start": "fe87db044fd14a6481b45411076bdb28",
"End": "da3092f2e8724cc0825e3fa5b76f2683",
"Id": "22f6f49f1d38436f88b669a8d620d65a"
},
{
"Start": "7b93d36709f94656a1d08d0d2bee930a",
"End": "c876d068990e4b8f985c71cfd19fdbbc",
"Id": "823a657c8865473dbfa827de89d308a5"
},
{
"Start": "0f8ac524ece945f7adaa3c20a12a777c",
"End": "e35a6b680a23440fb3088342d91c98e2",
"Id": "7cd58a6870ba48d996248834978d4b8a"
},
{
"Start": "10b43223b9b44114a88ec50599baf8a0",
"End": "e566f157c07a49968ff4eb5757ff0fe5",
"Id": "ef3f2d04b83b46388b4a16b6e0055cf7"
},
{
"Start": "15e70bfaee7144ecbd408c9e86ebb7db",
"End": "2cb9d6366b804a6fa4517a52f2c35b89",
"Id": "51c9f9ffa236492eb73913c5222e1c8e"
},
{
"Start": "dc7620df0a674a73a03da939bec0850b",
"End": "cb896ec1b5b349cd8550492c437ff28e",
"Id": "84417e4459c04ab5beb0d05a4248de7b"
},
{
"Start": "c412be87f3f9459c82d0c181bbcead5b",
"End": "5cab119165ef432bb69594df9d6d74a7",
"Id": "019e1a7aab8d40ea864a5789d8221d0d"
},
{
"Start": "c94f40c57ad84ec2b602e56c9d2af154",
"End": "74147c203c2e4510925fe06fa8de3c0d",
"Id": "8fdc909659af4753a8033e19160272ec"
},
{
"Start": "6fc3d4a2baac4a7594fde33344ce9d42",
"End": "e04e595dcfc84089ae15bfc6aa9820c8",
"Id": "93694dfe1d674feda49c0081c13c022e"
},
{
"Start": "91d6af92eee34149b67763e52ee7c76a",
"End": "d0c4569d04b74f26b1f0b06120cfa1de",
"Id": "158eaf95e32d4a1090484f3c8190015c"
},
{
"Start": "2c84cffc28d54b13bcc4e78c05f1249a",
"End": "b09964962f6249ddbebd4b3d31f811c9",
"Id": "e550153cc2fb4de295225746de6b132b"
},
{
"Start": "0128e813870b452fb508a829739146e2",
"End": "1198726f464f4bacadf5f5f28ee528ea",
"Id": "15816a4d88ad41dfb03e796b02c3e2a3"
},
{
"Start": "f394fd9f90b74f4f9ef62c6edd6d39e6",
"End": "a90ad181b1da4073ab480bc4150cac7e",
"Id": "1b1b459fc15640cb9ce73cd7dcefdfe9"
},
{
"Start": "db89e253bfc443de962a0ee61a5acfea",
"End": "ef9000939609489094e54f218440a0f4",
"Id": "d35a4be7d4f34180a134b4a759689635"
},
{
"Start": "2e25ec5290404b2bbacc09b5cd10f78d",
"End": "bb2da5469cf94f929a8818d2c071d8ff",
"Id": "3d78115cbe764cda8aea9723214231db"
},
{
"Start": "ad12d100096e4a9cb4aa8e0fdc877536",
"End": "a0f5275a78b54651adffc8eaa215250a",
"Id": "375df455816a4431ac540c0fdbf3a4e1"
},
{
"Start": "a84dc47025454c42bc54fd21b3c7b2f3",
"End": "dd499734dc23440599596f513751413a",
"Id": "59a8d6a99915467999d165468a780052"
},
{
"Start": "a654ae0b7a074dadb6786669ef427667",
"End": "873e4da70f1e4b479403dcdf0a518224",
"Id": "9d642df2b5474b3aba7e61226a6b6076"
},
{
"Start": "c667b03cc0f145528af4cedbe70f011b",
"End": "052540995e8b4daca20a7e07ea234999",
"Id": "6abe7acde22f43da9d1a42dff2177aa8"
},
{
"Start": "ba6821232a9d4bfc8b89d538fcb988f3",
"End": "51c211da877a4f42b51c8e3be0c13729",
"Id": "648c9f84a34a4b40937db06559b7053b"
},
{
"Start": "e297bd3df24e4f9596d78ee82f7a970f",
"End": "933980ee6e23431d99c3b182581bf96e",
"Id": "1f0af5dd24274d47b407089b73b3bd61"
},
{
"Start": "810d4c4480144cfebc496d14761bcaa1",
"End": "d87104d89097405a92b8554c34afc41a",
"Id": "f615f9bd7f3e43a28b47429ea248c3de"
},
{
"Start": "3010004132bc47c6891eeaf104cd9ed1",
"End": "fc69c258c3b644af99eebb38bbc1be1b",
"Id": "fc2a6cf9c0614c65b5405078baa471e8"
},
{
"Start": "4c13a1666d96400b848927c55b3e6b66",
"End": "c0e16eb6399f4cddadab7655c46a7b3a",
"Id": "7db543f8862d46f2a3910beac05034f3"
},
{
"Start": "4c5309505c27437aab7a64c4a4502c11",
"End": "a654aa57fe48401a877b9720d904fb8b",
"Id": "14b1ba42d0424444ac08f5afb30955c8"
},
{
"Start": "e37b7ebcb83f4f93be5c505f06a66ae9",
"End": "5af96b64a4304438922bc230c290f510",
"Id": "7060765aef664f37bfa9952414a6cf50"
},
{
"Start": "d66b59aa93df4d67b701a9481ed1fc02",
"End": "35676b79ae594232894d4adebd49bc81",
"Id": "83f42734191d447ab99ea00ab937ff98"
},
{
"Start": "b293a9a7101b4543b1f1e17a6403f5de",
"End": "fdb1beaba78340b2afa429168af01a1b",
"Id": "edf3d5aae4e14fb0ae714f0625e82a7c"
},
{
"Start": "6b8d3ab814f84bf4b8d7591b3bdb69c2",
"End": "fb53214817f24173bdbbbc3135537fb8",
"Id": "c5cfc3b02ff44093bde7b58af7b8a9b2"
},
{
"Start": "69118f544e304f0aa2afc971af1423da",
"End": "c14d7a0201b749639a4f6b0c7aaca555",
"Id": "f4a8893a005e43438e3df701dbc19f40"
},
{
"Start": "5dca5a84144f47a3a257a263ae4dfc80",
"End": "d52b7379bfab4c8f998d8173d4241d8d",
"Id": "bcebcf0af91549a6940abfe99e3bfa99"
},
{
"Start": "37b81fae85b04af4b153f4a7dc2f6b30",
"End": "493135f0f8e14f57b37269967bf36390",
"Id": "0461a4ed7cb14bc0b82a0cb0fa2e51dc"
},
{
"Start": "c1472ae0b5cf40169377cfcb0a0bc6c6",
"End": "8c6fbb3c802449aeba0d3e7ac5a23c12",
"Id": "5da3f3dacfe242a2bd11d4651be833a5"
},
{
"Start": "f825e6c5c9e5485e9be7b3bf06278a44",
"End": "75f6eaed5aa94aebae7fb4378075f3d6",
"Id": "d21ebb897edd4b3cb22613bff9d5e78e"
},
{
"Start": "a476010b552a49e09650443e6257cbef",
"End": "765d17be93d44fd09ab7b3ce866942cc",
"Id": "ba43becd6a544b5da529f0aa50cdac2f"
},
{
"Start": "079f0e9dd0e540dda2a1574fb56bc221",
"End": "5df5c74eaee942e8b5a60b7a746dae6e",
"Id": "ab8d69bdac2548bd91910bdc9b384c68"
},
{
"Start": "ef5ad7d768eb4c2aadd18f2bf5a3b717",
"End": "d9e911df080b41cb9841c715beecdfad",
"Id": "621126371dc849c580a3ef5f3a04470e"
},
{
"Start": "97a9fc0f55204a0ca756aca5b81b29ae",
"End": "95a3efd7ee1a4f8a8a972a8aba0a80a0",
"Id": "8415788a0a08495abea571dbebe22b53"
},
{
"Start": "8d974c48f77e41df89f37196ed684f67",
"End": "4f4fde99c52445238a7b791a145448b7",
"Id": "274b07270bc64f6786555c414b1fe91d"
},
{
"Start": "80dfcab4d49e4a6ea93537a7bef8bc34",
"End": "2f5493ceeb364cf991ec85635311a3af",
"Id": "f9fef28ada8a4713be467ab4adb60a68"
},
{
"Start": "abb04ce766084967a7accdc53d9f9492",
"End": "3db276aeae2744daa55c21e4933e36b9",
"Id": "939c1129edb24b559e771253f4b5df00"
},
{
"Start": "bd1cfc24ab5e459ead31288798e55dbe",
"End": "c2e7858407bc4af59c7bde5954604ba0",
"Id": "bf4c0c3fc68a43b8b593eb5960b9a851"
},
{
"Start": "bb7ec8c645ab41d78d53a4cfa78d5905",
"End": "6bc654adec1a4fc19a6448b66c20fbe6",
"Id": "c6bba2946df941169300b351e4a0d722"
},
{
"Start": "1d72eb4e3faf4a9b8717ba474ab12f61",
"End": "1c78a1c7ba3746059ccc3a0b06c934b2",
"Id": "ca9aa34b28ca44b2b5ac8bc54df7b49b"
},
{
"Start": "b7444a33553d48769cd0a5ea8fdd5928",
"End": "5088b4370a5a4156be8e799bc795f1b1",
"Id": "4f0eb7d3f65d47dd962327cfe5f0e094"
},
{
"Start": "c02d977a94384044be437bae673c59c6",
"End": "9b2f0406590840fa87ff73fc3ee0ea41",
"Id": "02922db8c5c641fb8571cd8e6c38a56e"
},
{
"Start": "3346066551ab4c92b967f0183b431696",
"End": "bc45a3feb524486d9e1c95060789bb60",
"Id": "a9a92f8324c7462fb87452deb311e37c"
},
{
"Start": "be1458dd65364f448b8bb29aaa0775dc",
"End": "85c1d3684ffc4599aaad9594dccb5e80",
"Id": "b2c5b2d4cd1d4dfdb8e7d483404be5da"
},
{
"Start": "4482dfbed6144d6d9359003fe091686f",
"End": "630557fb854548829f12b7d0e1d780a3",
"Id": "739d8dffd6b54a159835abf20d7be939"
},
{
"Start": "5e3d70f323f540eda256f9f4471f6a50",
"End": "fd4965882af644cca4792588fd35e3ca",
"Id": "5f6c1938408643e78e76edce9bcf52ba"
},
{
"Start": "8c6056621b1243398d508c1bdd42f8df",
"End": "b712f2210442465fac14e8eae185997e",
"Id": "15eb0ad3a0a74849a77f15f0ae4009f8"
},
{
"Start": "6397854a46cf41879d602003f137f57e",
"End": "5d19e489808c4adeb4d6d91ec7382371",
"Id": "417f5ebc038e4ed0ae430fb2f7792a3c"
},
{
"Start": "bedc250a3ae047b19c4a3f56aa57b5c9",
"End": "8e320a2a7e574901beaab3e468e14eb1",
"Id": "c0c68ace11ae4c36a5845cfe24250b8c"
},
{
"Start": "013e0b8043fe4a8c82874fbbc9d62fc1",
"End": "ce76ab4d307b4c5ea37693f7f9a7e8aa",
"Id": "8cfeb99e0dd5468dac30e294ebd38f46"
},
{
"Start": "cdb72a47dcc84bcf955e9ca957277cb2",
"End": "5973baaf8ade4805a8d565f05c992f11",
"Id": "aafe8385258a4bb6aead0d99cafc53da"
},
{
"Start": "fbb45672a16a4469b5e7d75d52764c36",
"End": "4c81160fe11b4fcaa4f76b41bd766ed3",
"Id": "e54cb2ed44994283ae6841b85954acee"
},
{
"Start": "3201eb8ad7e3414cbfc7191362ba61d5",
"End": "b46a13b00ac04f3f849c0f5b0d2f62f2",
"Id": "46243d4915d14dc6a8de0e05012a656e"
},
{
"Start": "c4e5e2deeeda4b7682e231963d2e9834",
"End": "14deff649f014395b8f8b441d814abf7",
"Id": "8e6db997063d47a7b7c88dfe42dd10e6"
},
{
"Start": "a19c6125541b43bb9eaf4e108d2bd33a",
"End": "935d474b600f44b5bfd60b40159f521e",
"Id": "cfab6fc494df4f2ab63f073b8d7797b0"
},
{
"Start": "cb1819faca3b4fe6b9cedefedea4052d",
"End": "611b8336e2424534ba8db1c89e276c04",
"Id": "07a8387f976d49249b4c85d167ff4b8e"
},
{
"Start": "26811c87e2cf4f78b9a58f5c3b8eaa0b",
"End": "67eeccc3aa5c47b68dcf4359e82f8c6b",
"Id": "6a0ea950079b4a079b71e9d20cdfc8a4"
},
{
"Start": "950f7104355c44f09695a7bfb54ca906",
"End": "a9d521083c644842814d3094fdfc25af",
"Id": "9991c34747894dcf8647eb724b3296f2"
},
{
"Start": "50090e0d624b43c8830a1b277b23b139",
"End": "49049cac73ab47b492ef842928e206f6",
"Id": "3f1e9b2186d449b1981eda112437db2c"
},
{
"Start": "2f582583d06043dfa18a19056561193e",
"End": "4fcdab90e44e42a3803fd5979be3df2d",
"Id": "8be4b9d0c8a342b699cc7c72f588a45c"
},
{
"Start": "c7e99e6244fe4349aef81378ed20bc17",
"End": "13ea09873f454bfea8d8fbbbf9520a49",
"Id": "b8d4562ac5a941b3b243d36a62e22a15"
},
{
"Start": "0b6db35f82f2400dad7a9fab25dda092",
"End": "acd73100180e461098a81a0601833c1f",
"Id": "88b6512c04fa4a3f882c1bb28b9e1323"
},
{
"Start": "16fe0f1b5f2b4cbe8de682a7c090f3e8",
"End": "77e0fc1267a44c16b50b6802ee75bbdf",
"Id": "9f1c07e7d7754c83b9e76dc2603c8ae7"
}
],
"Dependencies": [
"9fbd05c0-ec1f-4bd3-bf37-969a1552eab8",
"a611b7a4-e3d6-421e-a166-b85feaadddc8",
"b409775c-5d88-4d47-96a3-5135c775d26a",
"928e40a7-91ac-45c3-8d59-4d899fc49b83"
],
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": true,
"IsVisibleInDynamoLibrary": true,
"Version": "2.0.2.6826",
"RunType": "Manual",
"RunPeriod": "1000"
},
"Camera": {
"Name": "Background Preview",
"EyeX": -17.0,
"EyeY": 24.0,
"EyeZ": 50.0,
"LookX": 12.0,
"LookY": -13.0,
"LookZ": -58.0,
"UpX": 0.0,
"UpY": 1.0,
"UpZ": 0.0
},
"NodeViews": [
{
"ShowGeometry": true,
"Name": "Parameter.AddParameter",
"Id": "30b9dc0d02624509896c86bcfc4d9073",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 1772.3265205502339,
"Y": 800.76282559873789
},
{
"ShowGeometry": true,
"Name": "Document.Current",
"Id": "e9c2ae4c449f44f2ad50c0b6b8574988",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 1557.7040381835088,
"Y": 660.85841355856337
},
{
"ShowGeometry": true,
"Name": "UI.MultipleInputForm ++",
"Id": "41d9b5c2793d4b7c9a402b57a146d3d2",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -292.44172711108513,
"Y": 646.28902818315669
},
{
"ShowGeometry": true,
"Name": "UI.MultiLineTextBox Data",
"Id": "8bb8845e778147eebb9697fa0689741f",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -1870.1867079109213,
"Y": -437.77585202944567
},
{
"ShowGeometry": true,
"Name": "Boolean",
"Id": "fb07d1c034c84f94ba6efaeb61bd0f0e",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -752.44172711108513,
"Y": 925.28902818315657
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "ee101afdabf7412b8430166e518b14f7",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2148.1867079109215,
"Y": -433.56251869611162
},
{
"ShowGeometry": true,
"Name": "String.Split",
"Id": "1778b0e9fa054ba5938fe0b7e66d07b2",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 612.33822110412132,
"Y": 396.90623948746054
},
{
"ShowGeometry": true,
"Name": "List Create",
"Id": "04f8d8e839dc4fd3a5f684ee622026b6",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -752.44172711108513,
"Y": 685.28902818315669
},
{
"ShowGeometry": true,
"Name": "Types",
"Id": "fecd217f5b244f759b8b6c1162e62d03",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2385.6322184689961,
"Y": 643.26632295867671
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "f98029a827274f10b66dd0692398af74",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2385.6322184689961,
"Y": 311.26632295867671
},
{
"ShowGeometry": true,
"Name": "List Create",
"Id": "2e00a071ab6c4a8499e85289f5e8c6a1",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2115.6322184689961,
"Y": 622.19965629200988
},
{
"ShowGeometry": true,
"Name": "List Create",
"Id": "c66e783f17514757a3960f2c241489e6",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2115.6322184689961,
"Y": 290.19965629200988
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "d2863bf9a61f468fa4fc4ef5391c8b60",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2115.6322184689961,
"Y": 502.62632295867684
},
{
"ShowGeometry": true,
"Name": "UI.DropDown Data",
"Id": "0626ad36475b440486d5fad00cf957a1",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -1845.6322184689959,
"Y": 434.19965629200988
},
{
"ShowGeometry": true,
"Name": "UI.TextBox Data",
"Id": "da16b001c68f4329a76f4ad53da29921",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -1812.4319771667024,
"Y": 1585.888710964801
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "baf21df5bd1947b99fbbff2160364d9e",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2024.4319771667033,
"Y": 1590.1020442981312
},
{
"ShowGeometry": true,
"Name": "UI.DropDown Data",
"Id": "0b737575439244bb87bff73b7f867afb",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -1854.8600723907307,
"Y": 1083.1279084366201
},
{
"ShowGeometry": true,
"Name": "List Create",
"Id": "ccca42afd4874504a08e875153517c66",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2132.8600723907307,
"Y": 922.1279084366181
},
{
"ShowGeometry": true,
"Name": "List Create",
"Id": "4f9c9b1f9abb4fb283b5ff77b6890962",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2132.8600723907307,
"Y": 1279.1279084366201
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "289b7b72ca2f43cab0b7e4d5415a2477",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2132.8600723907307,
"Y": 1160.55457510328
},
{
"ShowGeometry": true,
"Name": "Groups:",
"Id": "18a3a91e6e4e48ca8ca2e240bb5509e6",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2485.8600723907307,
"Y": 1304.4079084366201
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "25b4980781a0460ea0c5fdf04ed8c5a8",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2485.8600723907307,
"Y": 947.40790843661807
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "55c9ce7d245242e1822e7379201aa7a2",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2100.2524605715294,
"Y": -45.398405701116417
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "b2f26e5fdc6140bf81ab6e0079b1dc5c",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2321.2524605715294,
"Y": -171.39840570111687
},
{
"ShowGeometry": true,
"Name": "List Create",
"Id": "2544b69abb6c4efa84febabf5ed3a96a",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2100.2524605715294,
"Y": -179.8250723677836
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "bf38eef5d6f04e88bd63ceab11165a22",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2321.2524605715294,
"Y": 82.6015942988829
},
{
"ShowGeometry": true,
"Name": "List Create",
"Id": "cc89320313444825b045a9d8d28a8b09",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2100.2524605715294,
"Y": 74.1749276322164
},
{
"ShowGeometry": true,
"Name": "UI.DropDown Data",
"Id": "1cfa3c93ea6e448e9cdb39758f765989",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -1846.4634565723097,
"Y": 1895.5313552700284
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "dda7dbbfe39b49928d4cde1d3fe4868c",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2157.4634565723095,
"Y": 1937.9580219366983
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "0f00af56512c4bf1a76616261f8405b2",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2419.4634565723095,
"Y": 2065.9580219366981
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "aac92ffd25be4d8b9cd17cf706504118",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2419.4634565723095,
"Y": 1811.9580219366985
},
{
"ShowGeometry": true,
"Name": "List Create",
"Id": "4419719581ce4803abff2e71815d1a1e",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2157.4634565723095,
"Y": 1803.5313552700284
},
{
"ShowGeometry": true,
"Name": "List Create",
"Id": "023b5b8d5b614ffcbb41510d43412318",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2157.4634565723095,
"Y": 2057.5313552700281
},
{
"ShowGeometry": true,
"Name": "UI.DropDown Data",
"Id": "c64547301ee944649fdb945fed624307",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -1838.2524605715294,
"Y": -87.8250723677836
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "666d44e5a791449c8489864d44e09402",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -752.44172711108513,
"Y": 548.92902818315656
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "71636f5967fe4531bf78401abca930d4",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 257.0,
"Y": 625.0
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "87889023f8a24a47aef3919db44c74e4",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 376.02467341684883,
"Y": 441.22805677357633
}
],
"Annotations": [
{
"Id": "7089b074be5c4df79a6ed9f0bf4e47cf",
"Title": "parameter names",
"Nodes": [
"8bb8845e778147eebb9697fa0689741f",
"ee101afdabf7412b8430166e518b14f7"
],
"Left": -2158.1867079109215,
"Top": -490.77585202944567,
"Width": 663.00000000000023,
"Height": 224.0,
"FontSize": 36.0,
"InitialTop": -437.77585202944567,
"InitialHeight": 205.440927768386,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "e2b84f683d4242eabd713a27e2025c36",
"Title": "Tootltip",
"Nodes": [
"da16b001c68f4329a76f4ad53da29921",
"baf21df5bd1947b99fbbff2160364d9e"
],
"Left": -2034.4319771667033,
"Top": 1532.888710964801,
"Width": 527.00000000000091,
"Height": 198.0,
"FontSize": 36.0,
"InitialTop": 1585.888710964801,
"InitialHeight": 197.634104030862,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "8d6b7cff3fe44022aed98bde964b6434",
"Title": "Type",
"Nodes": [
"fecd217f5b244f759b8b6c1162e62d03",
"f98029a827274f10b66dd0692398af74",
"2e00a071ab6c4a8499e85289f5e8c6a1",
"c66e783f17514757a3960f2c241489e6",
"d2863bf9a61f468fa4fc4ef5391c8b60",
"0626ad36475b440486d5fad00cf957a1"
],
"Left": -2395.6322184689961,
"Top": 237.19965629200988,
"Width": 891.00000000000023,
"Height": 582.0,
"FontSize": 36.0,
"InitialTop": 290.19965629200988,
"InitialHeight": 556.215000067684,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "9d6d3abe1e694243a4c15967be26f6eb",
"Title": "Parameter group",
"Nodes": [
"0b737575439244bb87bff73b7f867afb",
"ccca42afd4874504a08e875153517c66",
"4f9c9b1f9abb4fb283b5ff77b6890962",
"289b7b72ca2f43cab0b7e4d5415a2477",
"18a3a91e6e4e48ca8ca2e240bb5509e6",
"25b4980781a0460ea0c5fdf04ed8c5a8"
],
"Left": -2495.8600723907307,
"Top": 869.1279084366181,
"Width": 982.0,
"Height": 633.000000000002,
"FontSize": 36.0,
"InitialTop": 922.1279084366181,
"InitialHeight": 615.365414215784,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "f0b43e11398f4de58294521450b25412",
"Title": "instance/type",
"Nodes": [
"55c9ce7d245242e1822e7379201aa7a2",
"b2f26e5fdc6140bf81ab6e0079b1dc5c",
"2544b69abb6c4efa84febabf5ed3a96a",
"bf38eef5d6f04e88bd63ceab11165a22",
"cc89320313444825b045a9d8d28a8b09",
"c64547301ee944649fdb945fed624307"
],
"Left": -2331.2524605715294,
"Top": -232.8250723677836,
"Width": 834.0,
"Height": 418.42666666666651,
"FontSize": 36.0,
"InitialTop": -179.8250723677836,
"InitialHeight": 514.023713169824,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "88c2c938d0f8487fbf8fde1a87b5e8f3",
"Title": "reporting",
"Nodes": [
"1cfa3c93ea6e448e9cdb39758f765989",
"dda7dbbfe39b49928d4cde1d3fe4868c",
"0f00af56512c4bf1a76616261f8405b2",
"aac92ffd25be4d8b9cd17cf706504118",
"4419719581ce4803abff2e71815d1a1e",
"023b5b8d5b614ffcbb41510d43412318"
],
"Left": -2429.4634565723095,
"Top": 1750.5313552700284,
"Width": 923.99999999999977,
"Height": 418.42666666666969,
"FontSize": 36.0,
"InitialTop": 1803.5313552700284,
"InitialHeight": 489.173521106956,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "7afd16eaf16941778fdcfb8f395be6b8",
"Title": "Create parameters",
"Nodes": [
"30b9dc0d02624509896c86bcfc4d9073",
"e9c2ae4c449f44f2ad50c0b6b8574988"
],
"Left": 1547.7040381835088,
"Top": 607.85841355856337,
"Width": 518.62248236672508,
"Height": 441.90441204017452,
"FontSize": 36.0,
"InitialTop": 660.85841355856337,
"InitialHeight": 418.90441204017452,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "18a23aaf46b5464db2121a2506f8771c",
"Title": "Split text input",
"Nodes": [
"1778b0e9fa054ba5938fe0b7e66d07b2",
"87889023f8a24a47aef3919db44c74e4"
],
"Left": 366.02467341684883,
"Top": 343.90623948746054,
"Width": 486.31354768727249,
"Height": 190.32181728611579,
"FontSize": 36.0,
"InitialTop": 396.90623948746054,
"InitialHeight": 167.32181728611579,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "8f93c7c1755e421b9da4e5c1114f500a",
"Title": "UI",
"Nodes": [
"41d9b5c2793d4b7c9a402b57a146d3d2",
"fb07d1c034c84f94ba6efaeb61bd0f0e",
"04f8d8e839dc4fd3a5f684ee622026b6",
"666d44e5a791449c8489864d44e09402"
],
"Left": -762.44172711108513,
"Top": 495.92902818315656,
"Width": 850.0,
"Height": 497.36,
"FontSize": 36.0,
"InitialTop": 548.92902818315656,
"InitialHeight": 812.22563154084969,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "ab49435d0f2a4f739b81d0e0a47d2f38",
"Title": "Script Name: AddParametersToFamily.dyn\n\nPackages used in this script: \nOrchid version: 202.5.0.7053\nData-Shapes version: 2019.2.27\n\nTimeStamp : 2019/5/31 0:11",
"Nodes": [],
"Left": -2585.8600723907307,
"Top": -537.77585202944567,
"Width": 0.0,
"Height": 0.0,
"FontSize": 36.0,
"InitialTop": 0.0,
"InitialHeight": 0.0,
"TextblockHeight": 0.0,
"Background": "#FFC1D676"
}
],
"X": 1211.5406286256766,
"Y": 489.563000826335,
"Zoom": 0.42667678067692028
}
}