diff --git a/nodes/3.x/Data.ImportCSV+.dyf b/nodes/3.x/Data.ImportCSV+.dyf index 151b92a0..053489ce 100644 --- a/nodes/3.x/Data.ImportCSV+.dyf +++ b/nodes/3.x/Data.ImportCSV+.dyf @@ -22,7 +22,8 @@ "Name": "String", "Type": "string", "Value": "\r\n", - "Description": "Creates a string." + "Description": "Erstellt eine Zeichenfolge.", + "SelectedIndex": 0 } ], "Outputs": [], @@ -51,7 +52,7 @@ } ], "Replication": "Disabled", - "Description": "A function parameter, use with custom nodes.\r\n\r\nYou can specify the type and default value for parameter. E.g.,\r\n\r\ninput : var[]..[]\r\nvalue : bool = false" + "Description": "Ein Funktionsparameter zur Verwendung mit benutzerdefinierten Blöcken.\r\n\r\nSie können den Typ und den Vorgabewert für den Parameter angeben, z. B.\r\n\r\ninput : var[]..[]\r\nvalue : bool = false" }, { "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Symbol, DynamoCore", @@ -77,7 +78,7 @@ } ], "Replication": "Disabled", - "Description": "A function parameter, use with custom nodes.\r\n\r\nYou can specify the type and default value for parameter. E.g.,\r\n\r\ninput : var[]..[]\r\nvalue : bool = false" + "Description": "Ein Funktionsparameter zur Verwendung mit benutzerdefinierten Blöcken.\r\n\r\nSie können den Typ und den Vorgabewert für den Parameter angeben, z. B.\r\n\r\ninput : var[]..[]\r\nvalue : bool = false" }, { "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Output, DynamoCore", @@ -98,7 +99,7 @@ ], "Outputs": [], "Replication": "Disabled", - "Description": "A function output, use with custom nodes" + "Description": "Eine Funktionsausgabe zur Verwendung mit benutzerdefinierten Blöcken" }, { "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Symbol, DynamoCore", @@ -124,7 +125,7 @@ } ], "Replication": "Disabled", - "Description": "A function parameter, use with custom nodes.\r\n\r\nYou can specify the type and default value for parameter. E.g.,\r\n\r\ninput : var[]..[]\r\nvalue : bool = false" + "Description": "Ein Funktionsparameter zur Verwendung mit benutzerdefinierten Blöcken.\r\n\r\nSie können den Typ und den Vorgabewert für den Parameter angeben, z. B.\r\n\r\ninput : var[]..[]\r\nvalue : bool = false" }, { "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Symbol, DynamoCore", @@ -150,7 +151,7 @@ } ], "Replication": "Disabled", - "Description": "A function parameter, use with custom nodes.\r\n\r\nYou can specify the type and default value for parameter. E.g.,\r\n\r\ninput : var[]..[]\r\nvalue : bool = false" + "Description": "Ein Funktionsparameter zur Verwendung mit benutzerdefinierten Blöcken.\r\n\r\nSie können den Typ und den Vorgabewert für den Parameter angeben, z. B.\r\n\r\ninput : var[]..[]\r\nvalue : bool = false" }, { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction, DynamoCore", @@ -161,8 +162,8 @@ "Inputs": [ { "Id": "08d738da94a543abbeaf9d2b9c58b8ab", - "Name": "str", - "Description": "String to split up.\n\nstring", + "Name": "string", + "Description": "Aufzuteilende Zeichenfolge\n\nstring", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -170,8 +171,8 @@ }, { "Id": "79d53fcf1d144268ad85f73390e9f688", - "Name": "separater0", - "Description": "Strings that, if present, determine the end and start of a split.\n\nstring[]", + "Name": "separator0", + "Description": "Zeichenfolgen, die (sofern vorhanden) Ende und Anfang der Teilung markieren.\n\nstring[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -182,7 +183,7 @@ { "Id": "05a4ce76e0c545a2a3d1119426d0bd90", "Name": "strings", - "Description": "List of strings made from the input string.", + "Description": "Liste der aus der Eingabezeichenfolge erstellten Zeichenfolgen", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -190,7 +191,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": "Teilt eine einzelne Zeichenfolge in eine Liste von Zeichenfolgen auf, wobei die Unterteilungen durch die angegebenen Trennzeichenfolgen bestimmt werden.\n\nString.Split (string: string, separators: string[]): string[]" }, { "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", @@ -210,7 +211,7 @@ } ], "Replication": "Disabled", - "Description": "Creates a string." + "Description": "Erstellt eine Zeichenfolge." }, { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction, DynamoCore", @@ -221,8 +222,8 @@ "Inputs": [ { "Id": "dd2c761d37844445ad61e16a00dc3fd2", - "Name": "str", - "Description": "String to split up.\n\nstring", + "Name": "string", + "Description": "Aufzuteilende Zeichenfolge\n\nstring", "UsingDefaultValue": false, "Level": 2, "UseLevels": true, @@ -230,8 +231,8 @@ }, { "Id": "8e37e5a082b6413f9797302126ebc90f", - "Name": "separater0", - "Description": "Strings that, if present, determine the end and start of a split.\n\nstring[]", + "Name": "separator0", + "Description": "Zeichenfolgen, die (sofern vorhanden) Ende und Anfang der Teilung markieren.\n\nstring[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -242,7 +243,7 @@ { "Id": "b158d3ee30d74eee826661cc43325450", "Name": "strings", - "Description": "List of strings made from the input string.", + "Description": "Liste der aus der Eingabezeichenfolge erstellten Zeichenfolgen", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -250,7 +251,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": "Teilt eine einzelne Zeichenfolge in eine Liste von Zeichenfolgen auf, wobei die Unterteilungen durch die angegebenen Trennzeichenfolgen bestimmt werden.\n\nString.Split (string: string, separators: string[]): string[]" }, { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", @@ -261,7 +262,7 @@ { "Id": "7be1fdb0598949ec9d49238d7d25c17c", "Name": "list", - "Description": "List to get the rest of.\n\nvar[]..[]", + "Description": "Liste, deren verbleibende Elemente abgerufen werden sollen\n\nvar[]..[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -272,7 +273,7 @@ { "Id": "85dc1afc09f64496a3869d932b0dcf91", "Name": "rest", - "Description": "Rest of the list.", + "Description": "Der Rest der Liste", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -280,56 +281,7 @@ } ], "Replication": "Auto", - "Description": "Removes the first item from the given list.\n\nList.RestOfItems (list: var[]..[]): var[]..[]" - }, - { - "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore", - "FunctionSignature": "7debf647-afa8-476e-81ad-a74417bda812", - "FunctionType": "Graph", - "NodeType": "FunctionNode", - "Id": "fd101426c5e442d7b16a66731af99140", - "Inputs": [ - { - "Id": "d1d2849cfed540bea82af807c892a404", - "Name": "test", - "Description": "var[]..[]", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - }, - { - "Id": "df2ba3b8db494496ba34c73a4adc9c27", - "Name": "true", - "Description": "var[]..[]", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - }, - { - "Id": "8efc34e901cd44eea2180050ba9b5b46", - "Name": "false", - "Description": "var[]..[]", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - } - ], - "Outputs": [ - { - "Id": "518784e7baa7474485ecfd6ffc1f79c6", - "Name": "result", - "Description": "return value", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - } - ], - "Replication": "Auto", - "Description": "A (hopefully) more robust implementation of ScopeIf. Tests a single boolean and returns a value accordingly." + "Description": "Entfernt das erste Element aus der angegeben Liste.\n\nList.RestOfItems (list: var[]..[]): var[]..[]" }, { "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore", @@ -341,7 +293,7 @@ { "Id": "45f650bc3ac64e5781f954815753b47f", "Name": "list", - "Description": "Input #1", + "Description": "var[]..[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -352,7 +304,7 @@ { "Id": "b984ed5b946344b5baf31262d7f3b54b", "Name": "list", - "Description": "Output #1", + "Description": "Rückgabewert", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -380,7 +332,7 @@ }, { "Id": "58a2b43b71f64b3b89e5e68e0502c8f1", - "Name": "true", + "Name": "True", "Description": "var[]..[]", "UsingDefaultValue": false, "Level": 2, @@ -389,7 +341,7 @@ }, { "Id": "777be3014b504481ae413ee0c6676729", - "Name": "false", + "Name": "False", "Description": "var[]..[]", "UsingDefaultValue": false, "Level": 2, @@ -401,7 +353,7 @@ { "Id": "cceb8fc01a494ff3aa9d66a03d43db6e", "Name": "result", - "Description": "return value", + "Description": "Rückgabewert", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -409,7 +361,7 @@ } ], "Replication": "Auto", - "Description": "A (hopefully) more robust implementation of ScopeIf. Tests a single boolean and returns a value accordingly." + "Description": "A (hopefully) more robust implementation of ScopeIf. Tests a single boolean and returns a value accordingly. ATTENTION: This node will be deprecated in 2024. As of Revit 2022, please switch to the new OOTB If node." }, { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", @@ -419,8 +371,8 @@ "Inputs": [ { "Id": "1bdd2bed83684fe4ab0204800924690e", - "Name": "str", - "Description": "String to trim.\n\nstring", + "Name": "string", + "Description": "Zu verkürzende Zeichenfolge.\n\nstring", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -430,8 +382,8 @@ "Outputs": [ { "Id": "c826323693084b3f8cbec0ea726b2cad", - "Name": "str", - "Description": "String with beginning and ending whitespaces removed.", + "Name": "string", + "Description": "Die Zeichenfolge ohne Leerzeichen am Anfang und Ende", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -439,7 +391,7 @@ } ], "Replication": "Auto", - "Description": "Removes all whitespace from the start and end of the given string.\n\nString.TrimWhitespace (str: string): string" + "Description": "Entfernt alle Leerzeichen vom Anfang und Ende der angegebenen Zeichenfolge.\n\nString.TrimWhitespace (string: string): string" }, { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", @@ -450,7 +402,7 @@ { "Id": "ae1d43a4ee134571851cf59835f2eea1", "Name": "list", - "Description": "List to get the first item from.\n\nvar[]..[]", + "Description": "Liste, deren erstes Element abgerufen werden soll\n\nvar[]..[]", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -461,7 +413,7 @@ { "Id": "3a5b9cdaf2f140899c40d9d0abe0ea97", "Name": "item", - "Description": "First item in the list.", + "Description": "Das erste Element in der Liste", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -469,7 +421,54 @@ } ], "Replication": "Auto", - "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]" + "Description": "Gibt das erste Element in einer Liste zurück.\n\nList.FirstItem (list: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Logic.ScopedIf, CoreNodeModels", + "NodeType": "ExtensionNode", + "Id": "422b825650154d2db5bf8743e879ca77", + "Inputs": [ + { + "Id": "fb930d8fc42543bbbe6fa8d679a7b721", + "Name": "test", + "Description": "Boolescher Test", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "260b88e3afa1404e8a0c810fedade5dc", + "Name": "true", + "Description": "Wird zurückgegeben, wenn Test true ist", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fc3abcfdc4f945fd89842640aaa969be", + "Name": "false", + "Description": "Wird zurückgegeben, wenn Test false ist", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "002f55a9f58a4acabc0a6e2415eb99d0", + "Name": "result", + "Description": "Ergebnisblock erstellt", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Gibt abhängig von der Auswahl des booleschen Werts in der Testeingabe das Ergebnis für die True- oder False-Eingabe zurück." } ], "Connectors": [ @@ -485,8 +484,8 @@ }, { "Start": "6ac257ca6ec4474594811b539a913fca", - "End": "d1d2849cfed540bea82af807c892a404", - "Id": "3d000afcc91f43c7a99ab55fc031fbcd" + "End": "fb930d8fc42543bbbe6fa8d679a7b721", + "Id": "f2dec55a63544162baf3f492432c0509" }, { "Start": "241141dc0243438e96e29291cdf5857a", @@ -510,18 +509,8 @@ }, { "Start": "85dc1afc09f64496a3869d932b0dcf91", - "End": "df2ba3b8db494496ba34c73a4adc9c27", - "Id": "e481ad87cb04465696b3cabc45db9a9b" - }, - { - "Start": "518784e7baa7474485ecfd6ffc1f79c6", - "End": "45f650bc3ac64e5781f954815753b47f", - "Id": "4ef41cdf28444b9fac4e128b39e00e51" - }, - { - "Start": "518784e7baa7474485ecfd6ffc1f79c6", - "End": "777be3014b504481ae413ee0c6676729", - "Id": "41f3f177eb344d6389e586bd571ba930" + "End": "260b88e3afa1404e8a0c810fedade5dc", + "Id": "033c1bb482af4ee7b3e12e8fc7024828" }, { "Start": "b984ed5b946344b5baf31262d7f3b54b", @@ -545,26 +534,48 @@ }, { "Start": "3a5b9cdaf2f140899c40d9d0abe0ea97", - "End": "8efc34e901cd44eea2180050ba9b5b46", - "Id": "3b74ddccb91846f3ad7652934f3440dd" + "End": "fc3abcfdc4f945fd89842640aaa969be", + "Id": "2367692d42264d5184cf4cddf1c6ae48" + }, + { + "Start": "002f55a9f58a4acabc0a6e2415eb99d0", + "End": "45f650bc3ac64e5781f954815753b47f", + "Id": "bc1d53868b814c49bd266c7961dcda24" + }, + { + "Start": "002f55a9f58a4acabc0a6e2415eb99d0", + "End": "777be3014b504481ae413ee0c6676729", + "Id": "8b20fa2fca474a44971280da787a999e" } ], "Dependencies": [ - "7debf647-afa8-476e-81ad-a74417bda812", - "43df6cfe-4f8f-42e9-8996-43441bebd19d" + "43df6cfe-4f8f-42e9-8996-43441bebd19d", + "7debf647-afa8-476e-81ad-a74417bda812" + ], + "NodeLibraryDependencies": [ + { + "Name": "Clockwork for Dynamo 2.x", + "Version": "2.12.0", + "ReferenceType": "Package", + "Nodes": [ + "ac4c9aa9d328418d88de510aeb6c9713", + "69020eda24b449a0a4cca8bb4d926171" + ] + } ], + "Author": "None provided", "Bindings": [], "View": { "Dynamo": { "ScaleFactor": 1.0, "HasRunWithoutCrash": false, "IsVisibleInDynamoLibrary": true, - "Version": "2.0.1.5055", + "Version": "2.12.1.8246", "RunType": "Manual", "RunPeriod": "1000" }, "Camera": { - "Name": "Background Preview", + "Name": "Hintergrundvorschau", "EyeX": -17.0, "EyeY": 24.0, "EyeZ": 50.0, @@ -577,149 +588,149 @@ }, "NodeViews": [ { + "ShowGeometry": true, + "Name": "Input", "Id": "51503802e39047618febc50327a414f4", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "Input", - "ShowGeometry": true, "Excluded": false, "X": -92.0525726045277, "Y": 587.514465476028 }, { + "ShowGeometry": true, + "Name": "Input", "Id": "7d357ab700c8476581030fd8c8fa9174", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "Input", - "ShowGeometry": true, "Excluded": false, "X": -339.309028855663, "Y": 437.703439625702 }, { + "ShowGeometry": true, + "Name": "Output", "Id": "5194e4d0555346f19cbb307f5b0b8d57", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "Output", - "ShowGeometry": true, "Excluded": false, "X": 1803.4244285963, "Y": 399.833542532099 }, { + "ShowGeometry": true, + "Name": "Input", "Id": "a2ed588aa67f4e128c4243489c89b243", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "Input", - "ShowGeometry": true, "Excluded": false, "X": 620.101865113646, "Y": 431.349683900194 }, { + "ShowGeometry": true, + "Name": "Input", "Id": "e71329c9f25e49eaa0c5b06567a3c6f3", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "Input", - "ShowGeometry": true, "Excluded": false, "X": 1043.79129857314, "Y": 363.399009596098 }, { + "ShowGeometry": true, + "Name": "String.Split", "Id": "52910a5a3c3845438452c0035e4b52d5", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "String.Split", - "ShowGeometry": true, "Excluded": false, "X": -91.9624013773703, "Y": 458.395696800372 }, { + "ShowGeometry": true, + "Name": "String", "Id": "ced4e25066a346b6afeddb339dab1d9f", "IsSetAsInput": true, "IsSetAsOutput": false, - "Name": "String", - "ShowGeometry": true, "Excluded": false, "X": -227.862033581962, "Y": 516.352892887625 }, { + "ShowGeometry": true, + "Name": "String.Split", "Id": "3cb3307605ef45d49b0a76314ce9206e", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "String.Split", - "ShowGeometry": true, "Excluded": false, "X": 209.309802507208, "Y": 507.948218483141 }, { + "ShowGeometry": true, + "Name": "List.RestOfItems", "Id": "c92909e1c3ba4dc4af4bc59e4a08a109", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "List.RestOfItems", - "ShowGeometry": true, "Excluded": false, "X": 710.07902795089, "Y": 568.202090898177 }, { - "Id": "fd101426c5e442d7b16a66731af99140", - "IsSetAsInput": false, - "IsSetAsOutput": false, - "Name": "ScopeIf+", "ShowGeometry": true, - "Excluded": false, - "X": 921.027078609864, - "Y": 455.986248843041 - }, - { + "Name": "List.DropLastItem", "Id": "ac4c9aa9d328418d88de510aeb6c9713", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "List.DropLastItem", - "ShowGeometry": true, "Excluded": false, "X": 1157.71605897044, "Y": 519.207713883721 }, { + "ShowGeometry": true, + "Name": "ScopeIf+", "Id": "69020eda24b449a0a4cca8bb4d926171", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "ScopeIf+", - "ShowGeometry": true, "Excluded": false, "X": 1357.3311868162, "Y": 401.416436956627 }, { + "ShowGeometry": true, + "Name": "String.TrimWhitespace", "Id": "564f171ea0784a2b994c7da54e2f3089", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "String.TrimWhitespace", - "ShowGeometry": true, "Excluded": false, "X": 1590.11754625155, "Y": 400.539687088224 }, { + "ShowGeometry": true, + "Name": "List.FirstItem", "Id": "d327cab09f9b45dd827b9085c6b1506e", "IsSetAsInput": false, "IsSetAsOutput": false, - "Name": "List.FirstItem", - "ShowGeometry": true, "Excluded": false, "X": 506.206450140231, "Y": 508.492381089175 + }, + { + "ShowGeometry": true, + "Name": "ScopeIf", + "Id": "422b825650154d2db5bf8743e879ca77", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "X": 953.72561364151625, + "Y": 457.42474550706186 } ], "Annotations": [], - "X": 382.68648042069, - "Y": 76.1489952544715, - "Zoom": 0.612753456942917 + "X": 154.13371400451683, + "Y": 145.79559792396438, + "Zoom": 0.36584264917194836 } } \ No newline at end of file