Files
dynamo-scripts/AddParametersToFamily-DS/AddParametersToFamily-DS.dyn

2750 lines
84 KiB
Plaintext

{
"Uuid": "cddc809f-4905-422f-827e-2187c1ab845c",
"IsCustomNode": false,
"Description": null,
"Name": "AddParametersToFamily-DS",
"ElementResolver": {
"ResolutionMap": {}
},
"Inputs": [],
"Outputs": [],
"Nodes": [
{
"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 : 400",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "674bc64a13ca41ee83ad71eca7745b6a",
"Name": "LabelWidth_optional",
"Description": "int\nDefault value : 140",
"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": "separator0",
"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 separator strings.\n\nString.Split (str: string, separators: 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
}
],
"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_",
"Description": "var[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "a0f5275a78b54651adffc8eaa215250a",
"Name": "Values_",
"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": "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_",
"Description": "var[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "a654aa57fe48401a877b9720d904fb8b",
"Name": "Values_",
"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_",
"Description": "var[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "4c81160fe11b4fcaa4f76b41bd766ed3",
"Name": "Values_",
"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_",
"Description": "var[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "bc45a3feb524486d9e1c95060789bb60",
"Name": "Values_",
"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": "parameter_name = a[0];\ninstance_type= a[1];\nparameter_type = a[2];\nparameter_group = a[3];",
"Id": "71636f5967fe4531bf78401abca930d4",
"Inputs": [
{
"Id": "fbee0d1819a44db2bcc10a7fbc2b288a",
"Name": "a",
"Description": "a",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "8179f00db6824439aa962799a4f0bf71",
"Name": "",
"Description": "parameter_name",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "20e4900c766a45fa95bb84e542849e66",
"Name": "",
"Description": "instance_type",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "85716e77725540e58e4c90d9995e2574",
"Name": "",
"Description": "parameter_type",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "485f1b5c1cfc437ab1d748fadedd4e28",
"Name": "",
"Description": "parameter_group",
"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"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Revit.Application.FamilyDocument.AddParameter@string,string,string,bool",
"Id": "77234fe0fcb949af81c3a7e93eafc20e",
"Inputs": [
{
"Id": "3315d0e7ac394f9884a4fdff74c92735",
"Name": "familyDocument",
"Description": "Revit.Application.FamilyDocument",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "5932c6bc909b429b8b33b9ba8aa84a3b",
"Name": "parameterName",
"Description": "The name of the new family parameter.\n\nstring",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "99353dc0d358410985be2565eebe8439",
"Name": "parameterGroup",
"Description": "The name of the group to which the family parameter belongs.\n\nstring",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "24188a78f813488a864663fdf529ae21",
"Name": "parameterType",
"Description": "The name of the type of new family parameter.\n\nstring",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "6575933e95e44676997329eed81f1ef8",
"Name": "isInstance",
"Description": "Indicates if the new family parameter is instance or type (true if parameter should be instance).\n\nbool",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "415bd37d14b44324b64101a556e85d3b",
"Name": "FamilyParameter",
"Description": "The new family parameter.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Add a new family parameter with a given name.\n\nFamilyDocument.AddParameter (parameterName: string, parameterGroup: string, parameterType: string, isInstance: bool): FamilyParameter"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Tooltip\";",
"Id": "baf21df5bd1947b99fbbff2160364d9e",
"Inputs": [],
"Outputs": [
{
"Id": "363d1f171265408fa2d2695746bf1a1c",
"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": "928e40a7-91ac-45c3-8d59-4d899fc49b83",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "da16b001c68f4329a76f4ad53da29921",
"Inputs": [
{
"Id": "bb715f8cb8554a94aee6b9b077eefe3f",
"Name": "InputName",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "31c0dc515fde4fe3938662168582773f",
"Name": "DefaultText",
"Description": "string\nDefault value : \"\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "f9a9bb4985984338b93598ff5d0f220d",
"Name": "IsNumberEntry",
"Description": "bool\nDefault value : false",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "1ad4c4c9a8f8454fb087d2ce8da5ed4a",
"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.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Revit.Application.Document.Current",
"Id": "c754214e3c10450c91d4a164ab8727ad",
"Inputs": [],
"Outputs": [
{
"Id": "71ab071bad8b4606b429684db7590ac1",
"Name": "Document",
"Description": "Document",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Get the current document\n\nDocument.Current: Document"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Revit.Application.FamilyDocument.ByDocument@Revit.Application.Document",
"Id": "40c3be7378114285a4a6911c6835c9d9",
"Inputs": [
{
"Id": "90f8b959f0e24057bbd07ff02f2006ab",
"Name": "document",
"Description": "Document",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "15307d9c4ddb4c7abcbda59a7805fce3",
"Name": "FamilyDocument",
"Description": "FamilyDocument",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Get FamilyDocument from a Document if this document is a Family Document.\n\nFamilyDocument.ByDocument (document: Document): FamilyDocument"
}
],
"Connectors": [
{
"Start": "14d732ea47754d4886d768cd89b1ebb2",
"End": "fbee0d1819a44db2bcc10a7fbc2b288a",
"Id": "ad101f63a2b1476ab15024bc3d8c6416"
},
{
"Start": "fe87db044fd14a6481b45411076bdb28",
"End": "da3092f2e8724cc0825e3fa5b76f2683",
"Id": "22f6f49f1d38436f88b669a8d620d65a"
},
{
"Start": "7b93d36709f94656a1d08d0d2bee930a",
"End": "c876d068990e4b8f985c71cfd19fdbbc",
"Id": "823a657c8865473dbfa827de89d308a5"
},
{
"Start": "0f8ac524ece945f7adaa3c20a12a777c",
"End": "e35a6b680a23440fb3088342d91c98e2",
"Id": "7cd58a6870ba48d996248834978d4b8a"
},
{
"Start": "10b43223b9b44114a88ec50599baf8a0",
"End": "5932c6bc909b429b8b33b9ba8aa84a3b",
"Id": "1b3faa99015a4ac18a8a06c7c5e0ae62"
},
{
"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": "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": "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": "8179f00db6824439aa962799a4f0bf71",
"End": "67eeccc3aa5c47b68dcf4359e82f8c6b",
"Id": "a8ea5ab3525347bf8e1afa1e36406d82"
},
{
"Start": "20e4900c766a45fa95bb84e542849e66",
"End": "6575933e95e44676997329eed81f1ef8",
"Id": "89979b51b7674316829402f0f8833a3e"
},
{
"Start": "85716e77725540e58e4c90d9995e2574",
"End": "24188a78f813488a864663fdf529ae21",
"Id": "04ad32545f344017a9f96f74747fa52d"
},
{
"Start": "485f1b5c1cfc437ab1d748fadedd4e28",
"End": "99353dc0d358410985be2565eebe8439",
"Id": "fe47741eb0fb49aab3c6a764a3f23ba7"
},
{
"Start": "16fe0f1b5f2b4cbe8de682a7c090f3e8",
"End": "77e0fc1267a44c16b50b6802ee75bbdf",
"Id": "9f1c07e7d7754c83b9e76dc2603c8ae7"
},
{
"Start": "363d1f171265408fa2d2695746bf1a1c",
"End": "bb715f8cb8554a94aee6b9b077eefe3f",
"Id": "f615f9bd7f3e43a28b47429ea248c3de"
},
{
"Start": "71ab071bad8b4606b429684db7590ac1",
"End": "90f8b959f0e24057bbd07ff02f2006ab",
"Id": "2d36c773b62b47a2b75b3f2b462fbe51"
},
{
"Start": "15307d9c4ddb4c7abcbda59a7805fce3",
"End": "3315d0e7ac394f9884a4fdff74c92735",
"Id": "8332039986984aceb7f88e22d294f682"
}
],
"Dependencies": [
"9fbd05c0-ec1f-4bd3-bf37-969a1552eab8",
"a611b7a4-e3d6-421e-a166-b85feaadddc8",
"b409775c-5d88-4d47-96a3-5135c775d26a",
"928e40a7-91ac-45c3-8d59-4d899fc49b83"
],
"NodeLibraryDependencies": [
{
"Name": "Data-Shapes",
"Version": "2022.2.103",
"ReferenceType": "Package",
"Nodes": [
"41d9b5c2793d4b7c9a402b57a146d3d2",
"8bb8845e778147eebb9697fa0689741f",
"0626ad36475b440486d5fad00cf957a1",
"0b737575439244bb87bff73b7f867afb",
"1cfa3c93ea6e448e9cdb39758f765989",
"c64547301ee944649fdb945fed624307",
"da16b001c68f4329a76f4ad53da29921"
]
}
],
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": true,
"IsVisibleInDynamoLibrary": true,
"Version": "2.6.1.8786",
"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": "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.441727111085,
"Y": 685.289028183157
},
{
"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.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": 263.98684089124504,
"Y": 625.0
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "87889023f8a24a47aef3919db44c74e4",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 376.02467341684883,
"Y": 441.22805677357633
},
{
"ShowGeometry": true,
"Name": "FamilyDocument.AddParameter",
"Id": "77234fe0fcb949af81c3a7e93eafc20e",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 1671.8476995417898,
"Y": 1112.4682761094236
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "baf21df5bd1947b99fbbff2160364d9e",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -2024.4319771667,
"Y": 1590.10204429813
},
{
"ShowGeometry": true,
"Name": "UI.TextBox Data",
"Id": "da16b001c68f4329a76f4ad53da29921",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -1812.4319771667,
"Y": 1585.8887109648
},
{
"ShowGeometry": true,
"Name": "Document.Current",
"Id": "c754214e3c10450c91d4a164ab8727ad",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 1329.2077951141446,
"Y": 650.78827162632854
},
{
"ShowGeometry": true,
"Name": "FamilyDocument.ByDocument",
"Id": "40c3be7378114285a4a6911c6835c9d9",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 1397.763453774631,
"Y": 827.55755798491589
}
],
"Annotations": [
{
"Id": "7089b074be5c4df79a6ed9f0bf4e47cf",
"Title": "parameter names",
"Nodes": [
"8bb8845e778147eebb9697fa0689741f",
"ee101afdabf7412b8430166e518b14f7"
],
"Left": -2158.1867079109215,
"Top": -490.77585202944567,
"Width": 656.00000000000023,
"Height": 224.0,
"FontSize": 36.0,
"InitialTop": -437.77585202944567,
"InitialHeight": 149.21333333333405,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "8d6b7cff3fe44022aed98bde964b6434",
"Title": "Type",
"Nodes": [
"fecd217f5b244f759b8b6c1162e62d03",
"f98029a827274f10b66dd0692398af74",
"2e00a071ab6c4a8499e85289f5e8c6a1",
"c66e783f17514757a3960f2c241489e6",
"d2863bf9a61f468fa4fc4ef5391c8b60",
"0626ad36475b440486d5fad00cf957a1"
],
"Left": -2395.6322184689961,
"Top": 237.19965629200988,
"Width": 884.00000000000023,
"Height": 582.0,
"FontSize": 36.0,
"InitialTop": 290.19965629200988,
"InitialHeight": 498.06666666666683,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "9d6d3abe1e694243a4c15967be26f6eb",
"Title": "Parameter group",
"Nodes": [
"0b737575439244bb87bff73b7f867afb",
"ccca42afd4874504a08e875153517c66",
"4f9c9b1f9abb4fb283b5ff77b6890962",
"289b7b72ca2f43cab0b7e4d5415a2477",
"18a3a91e6e4e48ca8ca2e240bb5509e6",
"25b4980781a0460ea0c5fdf04ed8c5a8"
],
"Left": -2495.8600723907307,
"Top": 869.1279084366181,
"Width": 975.0,
"Height": 633.000000000002,
"FontSize": 36.0,
"InitialTop": 922.1279084366181,
"InitialHeight": 527.280000000002,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "f0b43e11398f4de58294521450b25412",
"Title": "instance/type",
"Nodes": [
"55c9ce7d245242e1822e7379201aa7a2",
"b2f26e5fdc6140bf81ab6e0079b1dc5c",
"2544b69abb6c4efa84febabf5ed3a96a",
"bf38eef5d6f04e88bd63ceab11165a22",
"cc89320313444825b045a9d8d28a8b09",
"c64547301ee944649fdb945fed624307"
],
"Left": -2331.2524605715294,
"Top": -232.8250723677836,
"Width": 827.0,
"Height": 418.42666666666651,
"FontSize": 36.0,
"InitialTop": -179.8250723677836,
"InitialHeight": 407.42666666666651,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "88c2c938d0f8487fbf8fde1a87b5e8f3",
"Title": "reporting",
"Nodes": [
"1cfa3c93ea6e448e9cdb39758f765989",
"dda7dbbfe39b49928d4cde1d3fe4868c",
"0f00af56512c4bf1a76616261f8405b2",
"aac92ffd25be4d8b9cd17cf706504118",
"4419719581ce4803abff2e71815d1a1e",
"023b5b8d5b614ffcbb41510d43412318"
],
"Left": -2429.4634565723095,
"Top": 1750.5313552700284,
"Width": 916.99999999999977,
"Height": 418.42666666666969,
"FontSize": 36.0,
"InitialTop": 1803.5313552700284,
"InitialHeight": 407.42666666666969,
"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": 189.32181728611579,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "8f93c7c1755e421b9da4e5c1114f500a",
"Title": "UI",
"Nodes": [
"41d9b5c2793d4b7c9a402b57a146d3d2",
"fb07d1c034c84f94ba6efaeb61bd0f0e",
"04f8d8e839dc4fd3a5f684ee622026b6",
"666d44e5a791449c8489864d44e09402"
],
"Left": -762.44172711108513,
"Top": 495.92902818315656,
"Width": 840.0,
"Height": 497.36,
"FontSize": 36.0,
"InitialTop": 548.92902818315656,
"InitialHeight": 521.36,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "e2b84f683d4242eabd713a27e2025c36",
"Title": "Tootltip",
"Nodes": [
"da16b001c68f4329a76f4ad53da29921",
"baf21df5bd1947b99fbbff2160364d9e"
],
"Left": -2034.4319771667,
"Top": 1532.8887109648,
"Width": 521.0,
"Height": 198.0,
"FontSize": 36.0,
"InitialTop": 1585.8887109648,
"InitialHeight": 149.21333333333,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "ab49435d0f2a4f739b81d0e0a47d2f38",
"Title": "Script Name: AddParametersToFamily.dyn\n\nPackages used in this script: \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": -528.60749097669657,
"Y": -366.55458074731291,
"Zoom": 0.76297511730714507
}
}