Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andydandy74 committed Mar 13, 2024
1 parent e7ecce0 commit bbd257c
Showing 1 changed file with 34 additions and 16 deletions.
50 changes: 34 additions & 16 deletions nodes/2.x/Document.SaveAs.dyf
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "// Delete filetype (if present in string)\n// Filetype will automatically be added by Python script\npath2 = String.Replace(path1,\".rvt\",\"\");\nString.Replace(path2,\".rfa\",\"\");",
"Code": "// Delete filetype (if present in string)\n// Filetype will automatically be added by Python script\npath2 = String.Replace(path1,\".rvt\",\"\");\npath3 = String.Replace(path2,\".rte\",\"\");\npath4 = String.Replace(path3,\".rfa\",\"\");\nString.Replace(path4,\".rft\",\"\");",
"Id": "91060595c85947499e8b33bdb7a5fa93",
"Inputs": [
{
"Id": "ee6ecf622b154a92a0590d654d0e598d",
"Id": "3136a2d1a858482587b75e78a93e9845",
"Name": "path1",
"Description": "path1",
"UsingDefaultValue": false,
Expand All @@ -80,7 +80,7 @@
],
"Outputs": [
{
"Id": "3ae5717ffe5a466ea3b68d2bbf58687a",
"Id": "072f0b8f26874c31924664610d45dc93",
"Name": "",
"Description": "path2",
"UsingDefaultValue": false,
Expand All @@ -89,9 +89,27 @@
"KeepListStructure": false
},
{
"Id": "09cd60034bc54e99b24391af402c2f31",
"Id": "08b42220cb094277aa34e352b026f1ef",
"Name": "",
"Description": "Wert des Ausdrucks in Zeile 4",
"Description": "path3",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "f296c2def71c45d0a19bfaa89232c456",
"Name": "",
"Description": "path4",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "ccea9371425e49fc8a594f5cfd49ae18",
"Name": "",
"Description": "Wert des Ausdrucks in Zeile 6",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
Expand Down Expand Up @@ -291,13 +309,13 @@
"Connectors": [
{
"Start": "f0af128ac4dd404083528845dae222e1",
"End": "ee6ecf622b154a92a0590d654d0e598d",
"Id": "d0aa5341b316401fa307f81a0d14e400"
"End": "3136a2d1a858482587b75e78a93e9845",
"Id": "2b7d1c902a36447b93964bbf3929661c"
},
{
"Start": "09cd60034bc54e99b24391af402c2f31",
"Start": "ccea9371425e49fc8a594f5cfd49ae18",
"End": "a083a88b8025450b993a9dd844a08008",
"Id": "b6e3fa452f07490aab18da3ea2bc15fd"
"Id": "92ed635b520c44ca84f624e11362bbf1"
},
{
"Start": "183f2ab035f441048ec2c7bf0caf1df8",
Expand Down Expand Up @@ -369,8 +387,8 @@
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -476.671404050052,
"Y": 61.3976890157745
"X": -464.37663548324758,
"Y": 22.680901207223528
},
{
"ShowGeometry": true,
Expand All @@ -389,8 +407,8 @@
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 277.5,
"Y": 63.3939508070717
"X": 286.91923948420333,
"Y": 24.091310088138442
},
{
"ShowGeometry": true,
Expand Down Expand Up @@ -444,8 +462,8 @@
}
],
"Annotations": [],
"X": -105.23123657848953,
"Y": 193.98821487548693,
"Zoom": 0.78732297701633347
"X": -242.27345335172924,
"Y": 160.58521735906749,
"Zoom": 1.1287886131875429
}
}

0 comments on commit bbd257c

Please sign in to comment.