diff --git a/AddParametersToFamily-DS/AddParametersToFamily-DS.dyn b/AddParametersToFamily-DS/AddParametersToFamily-DS.dyn index 4d7e01a..2993e13 100644 --- a/AddParametersToFamily-DS/AddParametersToFamily-DS.dyn +++ b/AddParametersToFamily-DS/AddParametersToFamily-DS.dyn @@ -2,117 +2,13 @@ "Uuid": "cddc809f-4905-422f-827e-2187c1ab845c", "IsCustomNode": false, "Description": null, - "Name": "AddParametersToFamily", + "Name": "AddParametersToFamily-DS", "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", @@ -150,7 +46,7 @@ { "Id": "2cb9d6366b804a6fa4517a52f2c35b89", "Name": "Inputs", - "Description": "var[]..[]", + "Description": "var[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -195,7 +91,16 @@ { "Id": "c12faf0e9aa84a2381a97b60e62965a3", "Name": "Width_optional", - "Description": "int\nDefault value : 350", + "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, @@ -350,7 +255,7 @@ }, { "Id": "77e0fc1267a44c16b50b6802ee75bbdf", - "Name": "separater0", + "Name": "separator0", "Description": "Strings that, if present, determine the end and start of a split.\n\nstring[]", "UsingDefaultValue": false, "Level": 2, @@ -370,7 +275,7 @@ } ], "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[]" + "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", @@ -413,24 +318,6 @@ "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": [ @@ -738,8 +625,8 @@ }, { "Id": "dd499734dc23440599596f513751413a", - "Name": "Keys : []: var[]..[]", - "Description": "var[]..[]", + "Name": "Keys_", + "Description": "var[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -747,7 +634,7 @@ }, { "Id": "a0f5275a78b54651adffc8eaa215250a", - "Name": "Values : []: var[]..[]", + "Name": "Values_", "Description": "var[]..[]", "UsingDefaultValue": false, "Level": 2, @@ -787,75 +674,6 @@ "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", @@ -874,8 +692,8 @@ }, { "Id": "c0e16eb6399f4cddadab7655c46a7b3a", - "Name": "Keys : []: var[]..[]", - "Description": "var[]..[]", + "Name": "Keys_", + "Description": "var[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -883,7 +701,7 @@ }, { "Id": "a654aa57fe48401a877b9720d904fb8b", - "Name": "Values : []: var[]..[]", + "Name": "Values_", "Description": "var[]..[]", "UsingDefaultValue": false, "Level": 2, @@ -1415,8 +1233,8 @@ }, { "Id": "5973baaf8ade4805a8d565f05c992f11", - "Name": "Keys : []: var[]..[]", - "Description": "var[]..[]", + "Name": "Keys_", + "Description": "var[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -1424,7 +1242,7 @@ }, { "Id": "4c81160fe11b4fcaa4f76b41bd766ed3", - "Name": "Values : []: var[]..[]", + "Name": "Values_", "Description": "var[]..[]", "UsingDefaultValue": false, "Level": 2, @@ -1647,8 +1465,8 @@ }, { "Id": "1c78a1c7ba3746059ccc3a0b06c934b2", - "Name": "Keys : []: var[]..[]", - "Description": "var[]..[]", + "Name": "Keys_", + "Description": "var[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -1656,7 +1474,7 @@ }, { "Id": "bc45a3feb524486d9e1c95060789bb60", - "Name": "Values : []: var[]..[]", + "Name": "Values_", "Description": "var[]..[]", "UsingDefaultValue": false, "Level": 2, @@ -1737,11 +1555,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore", "NodeType": "CodeBlockNode", - "Code": "a[0];\na[1];\na[2];\na[3];\na[4];\na[5];", + "Code": "parameter_name = a[0];\ninstance_type= a[1];\nparameter_type = a[2];\nparameter_group = a[3];", "Id": "71636f5967fe4531bf78401abca930d4", "Inputs": [ { - "Id": "caa7bc1a9c294fb7bb4d217f3681a192", + "Id": "fbee0d1819a44db2bcc10a7fbc2b288a", "Name": "a", "Description": "a", "UsingDefaultValue": false, @@ -1752,54 +1570,36 @@ ], "Outputs": [ { - "Id": "26811c87e2cf4f78b9a58f5c3b8eaa0b", + "Id": "8179f00db6824439aa962799a4f0bf71", "Name": "", - "Description": "Value of expression at line 1", + "Description": "parameter_name", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "950f7104355c44f09695a7bfb54ca906", + "Id": "20e4900c766a45fa95bb84e542849e66", "Name": "", - "Description": "Value of expression at line 2", + "Description": "instance_type", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "50090e0d624b43c8830a1b277b23b139", + "Id": "85716e77725540e58e4c90d9995e2574", "Name": "", - "Description": "Value of expression at line 3", + "Description": "parameter_type", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "2f582583d06043dfa18a19056561193e", + "Id": "485f1b5c1cfc437ab1d748fadedd4e28", "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", + "Description": "parameter_group", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -1828,18 +1628,198 @@ ], "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": "bfb30a8246a74828848f5490330fa55e", - "End": "e2bc2dcf43244217b4fab36f5b645986", - "Id": "1d4b5221a2a44c74be9b563d6272d897" - }, { "Start": "14d732ea47754d4886d768cd89b1ebb2", - "End": "caa7bc1a9c294fb7bb4d217f3681a192", - "Id": "6bfaebf1dc9f4c3fa1b77b8014328dd7" + "End": "fbee0d1819a44db2bcc10a7fbc2b288a", + "Id": "ad101f63a2b1476ab15024bc3d8c6416" }, { "Start": "fe87db044fd14a6481b45411076bdb28", @@ -1858,8 +1838,8 @@ }, { "Start": "10b43223b9b44114a88ec50599baf8a0", - "End": "e566f157c07a49968ff4eb5757ff0fe5", - "Id": "ef3f2d04b83b46388b4a16b6e0055cf7" + "End": "5932c6bc909b429b8b33b9ba8aa84a3b", + "Id": "1b3faa99015a4ac18a8a06c7c5e0ae62" }, { "Start": "15e70bfaee7144ecbd408c9e86ebb7db", @@ -1941,16 +1921,6 @@ "End": "51c211da877a4f42b51c8e3be0c13729", "Id": "648c9f84a34a4b40937db06559b7053b" }, - { - "Start": "e297bd3df24e4f9596d78ee82f7a970f", - "End": "933980ee6e23431d99c3b182581bf96e", - "Id": "1f0af5dd24274d47b407089b73b3bd61" - }, - { - "Start": "810d4c4480144cfebc496d14761bcaa1", - "End": "d87104d89097405a92b8554c34afc41a", - "Id": "f615f9bd7f3e43a28b47429ea248c3de" - }, { "Start": "3010004132bc47c6891eeaf104cd9ed1", "End": "fc69c258c3b644af99eebb38bbc1be1b", @@ -2076,11 +2046,6 @@ "End": "bc45a3feb524486d9e1c95060789bb60", "Id": "a9a92f8324c7462fb87452deb311e37c" }, - { - "Start": "be1458dd65364f448b8bb29aaa0775dc", - "End": "85c1d3684ffc4599aaad9594dccb5e80", - "Id": "b2c5b2d4cd1d4dfdb8e7d483404be5da" - }, { "Start": "4482dfbed6144d6d9359003fe091686f", "End": "630557fb854548829f12b7d0e1d780a3", @@ -2142,39 +2107,44 @@ "Id": "07a8387f976d49249b4c85d167ff4b8e" }, { - "Start": "26811c87e2cf4f78b9a58f5c3b8eaa0b", + "Start": "8179f00db6824439aa962799a4f0bf71", "End": "67eeccc3aa5c47b68dcf4359e82f8c6b", - "Id": "6a0ea950079b4a079b71e9d20cdfc8a4" + "Id": "a8ea5ab3525347bf8e1afa1e36406d82" }, { - "Start": "950f7104355c44f09695a7bfb54ca906", - "End": "a9d521083c644842814d3094fdfc25af", - "Id": "9991c34747894dcf8647eb724b3296f2" + "Start": "20e4900c766a45fa95bb84e542849e66", + "End": "6575933e95e44676997329eed81f1ef8", + "Id": "89979b51b7674316829402f0f8833a3e" }, { - "Start": "50090e0d624b43c8830a1b277b23b139", - "End": "49049cac73ab47b492ef842928e206f6", - "Id": "3f1e9b2186d449b1981eda112437db2c" + "Start": "85716e77725540e58e4c90d9995e2574", + "End": "24188a78f813488a864663fdf529ae21", + "Id": "04ad32545f344017a9f96f74747fa52d" }, { - "Start": "2f582583d06043dfa18a19056561193e", - "End": "4fcdab90e44e42a3803fd5979be3df2d", - "Id": "8be4b9d0c8a342b699cc7c72f588a45c" - }, - { - "Start": "c7e99e6244fe4349aef81378ed20bc17", - "End": "13ea09873f454bfea8d8fbbbf9520a49", - "Id": "b8d4562ac5a941b3b243d36a62e22a15" - }, - { - "Start": "0b6db35f82f2400dad7a9fab25dda092", - "End": "acd73100180e461098a81a0601833c1f", - "Id": "88b6512c04fa4a3f882c1bb28b9e1323" + "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": [ @@ -2183,13 +2153,29 @@ "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.0.2.6826", + "Version": "2.6.1.8786", "RunType": "Manual", "RunPeriod": "1000" }, @@ -2206,26 +2192,6 @@ "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 ++", @@ -2283,8 +2249,8 @@ "IsSetAsInput": false, "IsSetAsOutput": false, "Excluded": false, - "X": -752.44172711108513, - "Y": 685.28902818315669 + "X": -752.441727111085, + "Y": 685.289028183157 }, { "ShowGeometry": true, @@ -2346,26 +2312,6 @@ "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", @@ -2563,7 +2509,7 @@ "IsSetAsInput": false, "IsSetAsOutput": false, "Excluded": false, - "X": 257.0, + "X": 263.98684089124504, "Y": 625.0 }, { @@ -2575,6 +2521,56 @@ "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": [ @@ -2587,28 +2583,11 @@ ], "Left": -2158.1867079109215, "Top": -490.77585202944567, - "Width": 663.00000000000023, + "Width": 656.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, + "InitialHeight": 149.21333333333405, "TextblockHeight": 43.0, "Background": "#FFC1D676" }, @@ -2625,11 +2604,11 @@ ], "Left": -2395.6322184689961, "Top": 237.19965629200988, - "Width": 891.00000000000023, + "Width": 884.00000000000023, "Height": 582.0, "FontSize": 36.0, "InitialTop": 290.19965629200988, - "InitialHeight": 556.215000067684, + "InitialHeight": 498.06666666666683, "TextblockHeight": 43.0, "Background": "#FFC1D676" }, @@ -2646,11 +2625,11 @@ ], "Left": -2495.8600723907307, "Top": 869.1279084366181, - "Width": 982.0, + "Width": 975.0, "Height": 633.000000000002, "FontSize": 36.0, "InitialTop": 922.1279084366181, - "InitialHeight": 615.365414215784, + "InitialHeight": 527.280000000002, "TextblockHeight": 43.0, "Background": "#FFC1D676" }, @@ -2667,11 +2646,11 @@ ], "Left": -2331.2524605715294, "Top": -232.8250723677836, - "Width": 834.0, + "Width": 827.0, "Height": 418.42666666666651, "FontSize": 36.0, "InitialTop": -179.8250723677836, - "InitialHeight": 514.023713169824, + "InitialHeight": 407.42666666666651, "TextblockHeight": 43.0, "Background": "#FFC1D676" }, @@ -2688,28 +2667,11 @@ ], "Left": -2429.4634565723095, "Top": 1750.5313552700284, - "Width": 923.99999999999977, + "Width": 916.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, + "InitialHeight": 407.42666666666969, "TextblockHeight": 43.0, "Background": "#FFC1D676" }, @@ -2726,7 +2688,7 @@ "Height": 190.32181728611579, "FontSize": 36.0, "InitialTop": 396.90623948746054, - "InitialHeight": 167.32181728611579, + "InitialHeight": 189.32181728611579, "TextblockHeight": 43.0, "Background": "#FFC1D676" }, @@ -2741,17 +2703,34 @@ ], "Left": -762.44172711108513, "Top": 495.92902818315656, - "Width": 850.0, + "Width": 840.0, "Height": 497.36, "FontSize": 36.0, "InitialTop": 548.92902818315656, - "InitialHeight": 812.22563154084969, + "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: \nOrchid version: 202.5.0.7053\nData-Shapes version: 2019.2.27\n\nTimeStamp : 2019/5/31 0:11", + "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, @@ -2764,8 +2743,8 @@ "Background": "#FFC1D676" } ], - "X": 1211.5406286256766, - "Y": 489.563000826335, - "Zoom": 0.42667678067692028 + "X": -528.60749097669657, + "Y": -366.55458074731291, + "Zoom": 0.76297511730714507 } } \ No newline at end of file diff --git a/README.md b/README.md index ba75652..e07ccb2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Add multiple parameters to a currently opened family with one click. All data of
Required packages -- Orchid - Data-Shapes