Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andydandy74 committed Oct 12, 2024
1 parent 843c627 commit f94b8c8
Showing 1 changed file with 99 additions and 101 deletions.
200 changes: 99 additions & 101 deletions nodes/3.x/Angle.ByAngleSum.dyf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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",
Expand All @@ -64,56 +64,7 @@
],
"Outputs": [],
"Replication": "Disabled",
"Description": "A function output, use with custom nodes"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "7debf647-afa8-476e-81ad-a74417bda812",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "b52dd72a58584289968a2f2b9654a19b",
"Inputs": [
{
"Id": "405cf321ca0841ea8130f3588d70a678",
"Name": "test",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "728ddd7cf4fa4929b450cb735650f3e2",
"Name": "true",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "94aa873fbcbe4f9e91e5462ae4795de8",
"Name": "false",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "c94fec3dcb8c475fa73fcb1b5412cc61",
"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": "Eine Funktionsausgabe zur Verwendung mit benutzerdefinierten Blöcken"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
Expand Down Expand Up @@ -144,7 +95,7 @@
{
"Id": "ccfd0e2181cf470e8e9a4cb307ff3ce9",
"Name": "",
"Description": "Value of expression at line 1",
"Description": "Wert des Ausdrucks in Zeile 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
Expand All @@ -153,7 +104,7 @@
{
"Id": "205378a36a3143b68d8ad5b2313c1991",
"Name": "",
"Description": "Value of expression at line 2",
"Description": "Wert des Ausdrucks in Zeile 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
Expand All @@ -162,15 +113,15 @@
{
"Id": "a6b7f6f4666c49b589ebeb970e329808",
"Name": "",
"Description": "Value of expression at line 3",
"Description": "Wert des Ausdrucks in Zeile 3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
"Description": "Ermöglicht die direkte Erstellung von DesignScript-Code."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
Expand All @@ -181,7 +132,7 @@
{
"Id": "9fe561f322d64625b04a13c410609d18",
"Name": "list",
"Description": "List to get the item count of.\n\nvar[]..[]",
"Description": "Liste, deren Elementanzahl abgerufen werden soll\n\nvar[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
Expand All @@ -191,16 +142,63 @@
"Outputs": [
{
"Id": "d36d566b895d46a3b67722e3a9036f33",
"Name": "count",
"Description": "List length.",
"Name": "int",
"Description": "Länge der Liste",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Gibt die Anzahl der Elemente in der angegebenen Liste zurück.\n\nList.Count (list: var[]..[]): int"
},
{
"ConcreteType": "CoreNodeModels.Logic.RefactoredIf, CoreNodeModels",
"NodeType": "ExtensionNode",
"Id": "af76af892a4748d3b7daf818c30a351d",
"Inputs": [
{
"Id": "27789621bb774e10abdb1b53e557deaf",
"Name": "test",
"Description": "Boolescher Test",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "04fc4b872a6d48f1b1fb5be6c5c7804a",
"Name": "true",
"Description": "Wird zurückgegeben, wenn Test true ist",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "24550082bdc74bf383f72e1d3a8a4030",
"Name": "false",
"Description": "Wird zurückgegeben, wenn Test false ist",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "4fc77b512a1c4eea9517817d9fe2f347",
"Name": "result",
"Description": "Ergebnisblock erstellt",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Returns the number of items stored in the given list.\n\nList.Count (list: var[]..[]): int"
"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": [
Expand All @@ -214,47 +212,47 @@
"End": "31852b27b5ba418cb1902b8b2132ce65",
"Id": "8cdd2e7d388543e4a33eaa6fc12dd022"
},
{
"Start": "c94fec3dcb8c475fa73fcb1b5412cc61",
"End": "d2b3f33aa0b648ec90b3883fbf5e3b6f",
"Id": "2f6be0cb342d42b2ab56791128d5bbc9"
},
{
"Start": "ccfd0e2181cf470e8e9a4cb307ff3ce9",
"End": "405cf321ca0841ea8130f3588d70a678",
"Id": "d850487cf6c94a96aa9b99d59fa21a95"
"End": "27789621bb774e10abdb1b53e557deaf",
"Id": "07658e57f18342dfa4794b6850f6339a"
},
{
"Start": "205378a36a3143b68d8ad5b2313c1991",
"End": "728ddd7cf4fa4929b450cb735650f3e2",
"Id": "f657ef37f0f44b2cba415fd918a7ddb4"
"End": "04fc4b872a6d48f1b1fb5be6c5c7804a",
"Id": "a86d1e844c40403c864dd488f5e37960"
},
{
"Start": "a6b7f6f4666c49b589ebeb970e329808",
"End": "94aa873fbcbe4f9e91e5462ae4795de8",
"Id": "0ba63bdaa8884cceb2c4f86a7cc7b03d"
"End": "24550082bdc74bf383f72e1d3a8a4030",
"Id": "a5245d67ebbe402cb92ec753d8fc3675"
},
{
"Start": "d36d566b895d46a3b67722e3a9036f33",
"End": "20087865eb9f47238d460aa1a204bbf5",
"Id": "0b6309a9b780429dacea020b88b2e9fd"
},
{
"Start": "4fc77b512a1c4eea9517817d9fe2f347",
"End": "d2b3f33aa0b648ec90b3883fbf5e3b6f",
"Id": "49e65fe04bcd440e9d07b9863424df38"
}
],
"Dependencies": [
"7debf647-afa8-476e-81ad-a74417bda812"
],
"Dependencies": [],
"NodeLibraryDependencies": [],
"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,
Expand All @@ -267,59 +265,59 @@
},
"NodeViews": [
{
"ShowGeometry": true,
"Name": "Input",
"Id": "cff57b3821874aeb8a2693a0cec9d94d",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Input",
"ShowGeometry": true,
"Excluded": false,
"X": 0.0,
"Y": 0.0
"X": -122.3826955410151,
"Y": 69.40285147014005
},
{
"ShowGeometry": true,
"Name": "Output",
"Id": "e7fa14fbfa89436e8ff7872173e5947f",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Output",
"ShowGeometry": true,
"Excluded": false,
"X": 1274.70144351579,
"Y": -30.1956543024306
"X": 1328.0173044589847,
"Y": 52.189518136806704
},
{
"Id": "b52dd72a58584289968a2f2b9654a19b",
"ShowGeometry": true,
"Name": "Code Block",
"Id": "dcd33dcabd0b45d1a0fa3ceaf06dd908",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "ScopeIf+",
"ShowGeometry": true,
"Excluded": false,
"X": 1024.55302182961,
"Y": -29.0082420321468
"X": 413.6173044589849,
"Y": 64.829518136806712
},
{
"Id": "dcd33dcabd0b45d1a0fa3ceaf06dd908",
"ShowGeometry": true,
"Name": "List.Count",
"Id": "61c94a226409464c834fcc25c51599e8",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Code Block",
"ShowGeometry": true,
"Excluded": false,
"X": 440.201607942836,
"Y": -13.4414412835348
"X": 161.6173044589849,
"Y": 60.616184803473374
},
{
"Id": "61c94a226409464c834fcc25c51599e8",
"ShowGeometry": true,
"Name": "If",
"Id": "af76af892a4748d3b7daf818c30a351d",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "List.Count",
"ShowGeometry": true,
"Excluded": false,
"X": 225.45530401447,
"Y": -56.5708348560699
"X": 1046.4173044589847,
"Y": 52.1895181368067
}
],
"Annotations": [],
"X": 127.429154786133,
"Y": 336.385664922127,
"Zoom": 0.874531836263132
"X": 94.395249338584932,
"Y": 269.05300108405453,
"Zoom": 0.52617936754795236
}
}

0 comments on commit f94b8c8

Please sign in to comment.