Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andydandy74 committed Oct 26, 2024
1 parent cdc68ba commit f6a1820
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 106 deletions.
13 changes: 8 additions & 5 deletions nodes/3.x/Solid.ByUnion+.dyf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"ConcreteType": "PythonNodeModels.PythonNode, PythonNodeModels",
"NodeType": "PythonScriptNode",
"Code": "import clr\r\nclr.AddReference('ProtoGeometry')\r\nfrom Autodesk.DesignScript.Geometry import *\r\n\r\nsolids = IN[0]\r\nOUT = [solids[0]]\r\nsolids = solids[1:]\r\n\r\nfor s in solids:\r\n\ti = 0\r\n\tunionDone = False\r\n\twhile i < len(OUT):\r\n\t\ttry:\r\n\t\t\tOUT[i] = OUT[i].Union(s)\r\n\t\t\tunionDone = True\r\n\t\t\tbreak\r\n\t\texcept:\ti += 1\r\n\tif not unionDone: OUT.append(s)",
"Engine": "CPython3",
"VariableInputPorts": true,
"Id": "72eaf7d655d84984900e9d67d35a5723",
"Inputs": [
Expand All @@ -44,7 +45,7 @@
}
],
"Replication": "Disabled",
"Description": "Runs an embedded IronPython script."
"Description": "Führt ein eingebettetes Python-Skript aus."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Symbol, DynamoCore",
Expand All @@ -70,7 +71,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 @@ -91,7 +92,7 @@
],
"Outputs": [],
"Replication": "Disabled",
"Description": "A function output, use with custom nodes"
"Description": "Eine Funktionsausgabe zur Verwendung mit benutzerdefinierten Blöcken"
}
],
"Connectors": [
Expand All @@ -107,18 +108,20 @@
}
],
"Dependencies": [],
"NodeLibraryDependencies": [],
"Author": "None provided",
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": false,
"IsVisibleInDynamoLibrary": true,
"Version": "2.0.3.8810",
"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 Down
Loading

0 comments on commit f6a1820

Please sign in to comment.