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 a124a2c commit edd8249
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 81 deletions.
6 changes: 4 additions & 2 deletions nodes/3.x/FootingType.BreaksAtInserts.dyf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"ConcreteType": "PythonNodeModels.PythonNode, PythonNodeModels",
"NodeType": "PythonScriptNode",
"Code": "import clr\r\nclr.AddReference('RevitAPI')\r\nfrom Autodesk.Revit.DB import *\r\n\r\ndef FTBreaksAtInsert(ft):\r\n\ttry:\r\n\t\tfootingbreaks = ft.get_Parameter(BuiltInParameter.CONTINUOUS_FOOTING_BREAK_AT_INSERTS_DISABLE).AsInteger()\r\n\t\tif footingbreaks == 0: return True\r\n\t\telse: return False\r\n\texcept: return False\r\n\r\nftypes = UnwrapElement(IN[0])\r\nif isinstance(IN[0], list): OUT = [FTBreaksAtInsert(x) for x in ftypes]\r\nelse: OUT = FTBreaksAtInsert(ftypes)",
"Engine": "CPython3",
"VariableInputPorts": true,
"Id": "e9c9099faacd4ddfa12cef301bae5a89",
"Inputs": [
Expand All @@ -39,7 +40,7 @@
}
],
"Replication": "Disabled",
"Description": "Führt ein eingebettetes IronPython-Skript aus."
"Description": "Führt ein eingebettetes Python-Skript aus."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Symbol, DynamoCore",
Expand Down Expand Up @@ -103,13 +104,14 @@
],
"Dependencies": [],
"NodeLibraryDependencies": [],
"Author": "None provided",
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": false,
"IsVisibleInDynamoLibrary": true,
"Version": "2.6.2.15705",
"Version": "2.12.1.8246",
"RunType": "Manual",
"RunPeriod": "1000"
},
Expand Down
Loading

0 comments on commit edd8249

Please sign in to comment.