Added some new scripts

This commit is contained in:
2019-07-06 18:22:47 +02:00
parent d0ada576bb
commit a6b0536e48
23 changed files with 14360 additions and 770 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -622,505 +622,6 @@
],
"Replication": "Auto",
"Description": "Forces a sequential order of execution. The node wired into the output of the Passthrough node will be executed *after* the node wired into the waitFor input (e.g. important for some Revit operations). The value of the passThrough input will be passed on to the node wired into the output port of the Passthrough node."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\".rvt\";\n\".ifc\";",
"Id": "2d4788620d7a4f9f90d91a0410381c12",
"Inputs": [],
"Outputs": [
{
"Id": "b1a77ceaf230406b86313b60d15d6680",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "9bebfbf7777d4c5b8771f3874204d0d4",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "DSCore.String.Replace@string,string,string",
"Id": "bb1819bf949a4e8bae609a0434d29703",
"Inputs": [
{
"Id": "011dc854fd9c47feb11b594b5c950f49",
"Name": "str",
"Description": "String to replace substrings in.\n\nstring",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "0160e85256a546e3b9553b854f00099f",
"Name": "searchFor",
"Description": "Text to be replaced.\n\nstring",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "7eb161fc896a4c6092c5dde453b6a49a",
"Name": "replaceWith",
"Description": "Text to replace with.\n\nstring",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "89482d1d936a4c868dadd4d66732eeb2",
"Name": "str",
"Description": "String with replacements made.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Replaces all occurrances of text in a string with other text.\n\nString.Replace (str: string, searchFor: string, replaceWith: string): string"
},
{
"ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI",
"NodeType": "ExtensionNode",
"Id": "0920eebe704f49898eb3f9d3e5cc1642",
"Inputs": [
{
"Id": "3cc840d6dd06455e8456e2a505faa27e",
"Name": "Category",
"Description": "The Category",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "e4b44c4b724a45969839efc55538390d",
"Name": "Elements",
"Description": "An element type.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Get all elements of the specified category from the model."
},
{
"ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI",
"SelectedIndex": 587,
"NodeType": "ExtensionNode",
"Id": "d1c028b80b754d6ebaefa9b962bdf1d7",
"Inputs": [],
"Outputs": [
{
"Id": "1f2d244dffd041098d42ba2f842211f6",
"Name": "Category",
"Description": "The selected Category.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "All built-in categories."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"Export\";",
"Id": "6d110f67e7ae4233baad0b0daac8e061",
"Inputs": [],
"Outputs": [
{
"Id": "2ecf064e3cbf45d19fcc9a2c225609ed",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "DSCore.List.FirstIndexOf@var[]..[],var",
"Id": "e954fb84737e4c57b6e8f0349b96be73",
"Inputs": [
{
"Id": "4b9af428ae3741619533e87e86e0c7da",
"Name": "list",
"Description": "List to search in. If this argument is null, -1 is returned.\n\nvar[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "ced07650bc774550b5a3bd0091bb5b4b",
"Name": "item",
"Description": "Item to look for.\n\nvar",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "6a2a6985d08f445ca6b5d6c177e691b0",
"Name": "int",
"Description": "Zero-based index of the item in the list, or -1 if it is not found.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Given an item, returns the zero-based index of its first occurrence in the list. If the item cannot be found in the list, -1 is returned.\n\nList.FirstIndexOf (list: var[]..[], item: var): int"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "DSCore.List.GetItemAtIndex@var[]..[],int",
"Id": "ada340c900f7470b87ca6731aac34b34",
"Inputs": [
{
"Id": "d4a362fb7f3b4968b4c7b7df9313dc25",
"Name": "list",
"Description": "List to fetch an item from.\n\nvar[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "c4d32d03759e4c4989205ac72047e725",
"Name": "index",
"Description": "Index of the item to be fetched.\n\nint",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "7e7047b05c934ec0a3ac8ed5b2ae6583",
"Name": "item",
"Description": "Item in the list at the given index.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Returns an item from the given list that's located at the specified index.\n\nList.GetItemAtIndex (list: var[]..[], index: int): var[]..[]"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "9266cc47-e982-46fc-9fd4-59bd7fb19a53",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "2fa1000c1f4c49f0b391d3910fbd4029",
"Inputs": [
{
"Id": "d3bb3d5bd3094a74adb988e67cd34746",
"Name": "element",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "cdf78cc829e14e498120451ed83d846e",
"Name": "name",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Gets an element's name. Unlike the OOTB node, this node should work for all Revit elements that have names and will also return the localized names of system parameters, parameter groups, display unit types, parameter types, unit symbol types and unit types."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "\"IFC2x3 Coordination View 2.0\";\n\"IFC2x3 Coord 2.0 PBP\";",
"Id": "85a019f2721d42f5b4d6ab7865d652a2",
"Inputs": [],
"Outputs": [
{
"Id": "a6ebc4ed2440470ab3d96d4eb3d07059",
"Name": "",
"Description": "Value of expression at line 1",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "491a676ce85049cd91dfb973d35a476a",
"Name": "",
"Description": "Value of expression at line 2",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Allows for DesignScript code to be authored directly"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Orchid.RevitProject.IFC.Export@var,var,Revit.Elements.Element,Revit.Elements.Element,string,bool",
"Id": "856cf5674ca54e66af2cea2ccc1671d4",
"Inputs": [
{
"Id": "8b78e1cb1e384fcfacda7f935f2d08a0",
"Name": "document",
"Description": "Document as Revit type\n\nvar\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "e1493edd0c4149748d8bf803e2a6d5c6",
"Name": "setting",
"Description": "IFC export setting\n\nvar\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "739b89ec4cea46a4a64da91be406dbca",
"Name": "view",
"Description": "View as Dynamo type\n\nElement\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "921fa133d9334619be83276420b31c0b",
"Name": "phase",
"Description": "Phase to export as Dynamo type\n\nElement\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "5399ce1ba2874673b8a0d1e380a6fe44",
"Name": "file",
"Description": "The export file name incl. path\n\nstring\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "79564ac0824c43cd80c23db30b907059",
"Name": "overwrite",
"Description": "Overwrite existing file?\n\nbool\nDefault value : true",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "79c85ac5494f4c48b59e04585ebefae4",
"Name": "watch",
"Description": "Add a watch node to verify the output",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Export to IFC. Require IFC exporter 19.1.0 or higher https://sourceforge.net/projects/ifcexporter . the export function includes a default IFC export setting!\n\nIFC.Export (document: var = null, setting: var = null, view: Element = null, phase: Element = null, file: string = null, overwrite: bool = true): string"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Orchid.RevitProject.IFC.SettingByName@string",
"Id": "a54c2fb49e18446981237ff6d5f3ea2d",
"Inputs": [
{
"Id": "b9ef9f3ff9bf49269ddc1bd0c9009562",
"Name": "name",
"Description": "The IFC setting name\n\nstring\nDefault value : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "b884789ed5fe4889b4d2d83bd7e44376",
"Name": "Setting",
"Description": "Ifc export setting",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Ifc export setting, based on the available in the document\n\nIFC.SettingByName (name: string = null): var[]..[]"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Orchid.RevitProject.Document.Current",
"Id": "19a355f78e3a41c093feccaaacdf2695",
"Inputs": [],
"Outputs": [
{
"Id": "68d75dedafc34bbc90635630040b8cc8",
"Name": "Document",
"Description": "Document as Revit type",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Get current document\n\nDocument.Current: var"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "ecce77dc-1290-438e-a056-970b256fd553",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "baa71c9c52cb42b389003c313a102126",
"Inputs": [
{
"Id": "d8fe20ffc59f4376bdefb4afab64e4bf",
"Name": "passThrough",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "7d5fb4a821914db184fd45647149f665",
"Name": "waitFor",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "537a616d57b249cc8613af9f980499ee",
"Name": "passThrough",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Forces a sequential order of execution. The node wired into the output of the Passthrough node will be executed *after* the node wired into the waitFor input (e.g. important for some Revit operations). The value of the passThrough input will be passed on to the node wired into the output port of the Passthrough node."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Revit.Application.Document.FilePath",
"Id": "9f0d87c10b2a46ae98e1dc5d8e341b47",
"Inputs": [
{
"Id": "6da9384155984b298d10f357ad8981a3",
"Name": "document",
"Description": "Revit.Application.Document",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "a7aae8b33c934a039d8d3ca92054d346",
"Name": "string",
"Description": "string",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "The full path of the Document.\n\nDocument.FilePath: string"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Revit.Application.Document.Current",
"Id": "a260388a5a2c4e079b5d2c14654b1596",
"Inputs": [],
"Outputs": [
{
"Id": "44b00b64e63a46f8b5b2b3a3c1b28e82",
"Name": "Document",
"Description": "Document",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Get the current document\n\nDocument.Current: Document"
}
],
"Connectors": [
@@ -1219,101 +720,15 @@
"End": "258a32056ef846a58abd943778ee5514",
"Id": "ac74e68452cb49cbb47e654d4cff8de7"
},
{
"Start": "e6069f2447694caba2661cdd330b6a45",
"End": "7d5fb4a821914db184fd45647149f665",
"Id": "b5d383e0312b4f7c823e8602d3aad70a"
},
{
"Start": "d7359dd27c1e4b269713d5b42326fd48",
"End": "946370aef55e4cea83116f0fee415106",
"Id": "44247ef2d54d40a8895143b64862dc9a"
},
{
"Start": "b1a77ceaf230406b86313b60d15d6680",
"End": "0160e85256a546e3b9553b854f00099f",
"Id": "74e1d9addd8c43db8d5a3fa7e7cab8e8"
},
{
"Start": "9bebfbf7777d4c5b8771f3874204d0d4",
"End": "7eb161fc896a4c6092c5dde453b6a49a",
"Id": "2f3ec32cfd024ce2b3e45b763e648dc3"
},
{
"Start": "89482d1d936a4c868dadd4d66732eeb2",
"End": "5399ce1ba2874673b8a0d1e380a6fe44",
"Id": "3b957cda7cd44e7789e5a4e9c329aeb5"
},
{
"Start": "e4b44c4b724a45969839efc55538390d",
"End": "d3bb3d5bd3094a74adb988e67cd34746",
"Id": "d589af5facd044daa334c131d65f513b"
},
{
"Start": "e4b44c4b724a45969839efc55538390d",
"End": "d4a362fb7f3b4968b4c7b7df9313dc25",
"Id": "c95d8a7fe7e14bf5aade8d6a1452daa5"
},
{
"Start": "1f2d244dffd041098d42ba2f842211f6",
"End": "3cc840d6dd06455e8456e2a505faa27e",
"Id": "aa84a85339764403be150e0ba183b47f"
},
{
"Start": "2ecf064e3cbf45d19fcc9a2c225609ed",
"End": "ced07650bc774550b5a3bd0091bb5b4b",
"Id": "17fec5bd93664133a2d2c3dd6292ead8"
},
{
"Start": "6a2a6985d08f445ca6b5d6c177e691b0",
"End": "c4d32d03759e4c4989205ac72047e725",
"Id": "9b17ed169b554355a73c18482d0f47a7"
},
{
"Start": "7e7047b05c934ec0a3ac8ed5b2ae6583",
"End": "739b89ec4cea46a4a64da91be406dbca",
"Id": "af62603d2cc9426d9822d7ec5e70341f"
},
{
"Start": "cdf78cc829e14e498120451ed83d846e",
"End": "4b9af428ae3741619533e87e86e0c7da",
"Id": "ce5dc95bdfd5467ca26bfdc0d59a5fda"
},
{
"Start": "491a676ce85049cd91dfb973d35a476a",
"End": "d8fe20ffc59f4376bdefb4afab64e4bf",
"Id": "ea8d41f9cdbf4a0cbac3f24e1fa0fb33"
},
{
"Start": "b884789ed5fe4889b4d2d83bd7e44376",
"End": "e1493edd0c4149748d8bf803e2a6d5c6",
"Id": "0403441102a94e728194a7678fab827e"
},
{
"Start": "68d75dedafc34bbc90635630040b8cc8",
"End": "8b78e1cb1e384fcfacda7f935f2d08a0",
"Id": "2642f6e53c37410eaa6e910b27e0042f"
},
{
"Start": "537a616d57b249cc8613af9f980499ee",
"End": "b9ef9f3ff9bf49269ddc1bd0c9009562",
"Id": "0e17227458274fb6a72df34d530629f8"
},
{
"Start": "a7aae8b33c934a039d8d3ca92054d346",
"End": "011dc854fd9c47feb11b594b5c950f49",
"Id": "dd3713af14ac423e8d4d2a3b45a8c18e"
},
{
"Start": "44b00b64e63a46f8b5b2b3a3c1b28e82",
"End": "6da9384155984b298d10f357ad8981a3",
"Id": "c5486291178f4c18911172025ae88aa9"
}
],
"Dependencies": [
"a4dd8f6e-689f-4998-b8ef-4a04146d12c2",
"ecce77dc-1290-438e-a056-970b256fd553",
"9266cc47-e982-46fc-9fd4-59bd7fb19a53"
"ecce77dc-1290-438e-a056-970b256fd553"
],
"Bindings": [],
"View": {
@@ -1527,156 +942,6 @@
"Excluded": false,
"X": 1801.5140858367813,
"Y": 673.26154643404084
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "2d4788620d7a4f9f90d91a0410381c12",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 4883.5249463163564,
"Y": 1434.5644237003448
},
{
"ShowGeometry": true,
"Name": "String.Replace",
"Id": "bb1819bf949a4e8bae609a0434d29703",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 5198.5249463163564,
"Y": 1363.1377570336783
},
{
"ShowGeometry": true,
"Name": "All Elements of Category",
"Id": "0920eebe704f49898eb3f9d3e5cc1642",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 4400.1720901250292,
"Y": 876.09568431708226
},
{
"ShowGeometry": true,
"Name": "Categories",
"Id": "d1c028b80b754d6ebaefa9b962bdf1d7",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 4134.1720901250292,
"Y": 876.09568431708226
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "6d110f67e7ae4233baad0b0daac8e061",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 4657.14716410515,
"Y": 1082.3907060582403
},
{
"ShowGeometry": true,
"Name": "List.FirstIndexOf",
"Id": "e954fb84737e4c57b6e8f0349b96be73",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 4961.14716410515,
"Y": 1013.1773727249069
},
{
"ShowGeometry": true,
"Name": "List.GetItemAtIndex",
"Id": "ada340c900f7470b87ca6731aac34b34",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 5240.1720901250292,
"Y": 882.59568431708226
},
{
"ShowGeometry": true,
"Name": "Element.Name+",
"Id": "2fa1000c1f4c49f0b391d3910fbd4029",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 4657.14716410515,
"Y": 974.177372724907
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "85a019f2721d42f5b4d6ab7865d652a2",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 4268.6935967047584,
"Y": 658.064108677994
},
{
"ShowGeometry": true,
"Name": "IFC.Export",
"Id": "856cf5674ca54e66af2cea2ccc1671d4",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 5726.5729440465411,
"Y": 521.872322656337
},
{
"ShowGeometry": true,
"Name": "IFC.SettingByName",
"Id": "a54c2fb49e18446981237ff6d5f3ea2d",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 5140.1438370547949,
"Y": 600.13315890770139
},
{
"ShowGeometry": true,
"Name": "Document.Current",
"Id": "19a355f78e3a41c093feccaaacdf2695",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 5220.8248317366561,
"Y": 448.85629387921108
},
{
"ShowGeometry": true,
"Name": "Passthrough",
"Id": "baa71c9c52cb42b389003c313a102126",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 4681.5582386802234,
"Y": 420.55966063876394
},
{
"ShowGeometry": true,
"Name": "Document.FilePath",
"Id": "9f0d87c10b2a46ae98e1dc5d8e341b47",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 4883.5249463163564,
"Y": 1326.1377570336783
},
{
"ShowGeometry": true,
"Name": "Document.Current",
"Id": "a260388a5a2c4e079b5d2c14654b1596",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 4655.5249463163564,
"Y": 1326.1377570336783
}
],
"Annotations": [
@@ -1728,40 +993,10 @@
"InitialHeight": 378.07004169574213,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
},
{
"Id": "f46261c0a2014609a747db9a9d482986",
"Title": "Export ifc",
"Nodes": [
"2d4788620d7a4f9f90d91a0410381c12",
"bb1819bf949a4e8bae609a0434d29703",
"0920eebe704f49898eb3f9d3e5cc1642",
"d1c028b80b754d6ebaefa9b962bdf1d7",
"6d110f67e7ae4233baad0b0daac8e061",
"e954fb84737e4c57b6e8f0349b96be73",
"ada340c900f7470b87ca6731aac34b34",
"2fa1000c1f4c49f0b391d3910fbd4029",
"85a019f2721d42f5b4d6ab7865d652a2",
"856cf5674ca54e66af2cea2ccc1671d4",
"a54c2fb49e18446981237ff6d5f3ea2d",
"19a355f78e3a41c093feccaaacdf2695",
"baa71c9c52cb42b389003c313a102126",
"9f0d87c10b2a46ae98e1dc5d8e341b47",
"a260388a5a2c4e079b5d2c14654b1596"
],
"Left": 4124.1720901250292,
"Top": 367.55966063876394,
"Width": 1829.400853921512,
"Height": 1170.0047630615809,
"FontSize": 36.0,
"InitialTop": 420.55966063876394,
"InitialHeight": 1147.0047630615811,
"TextblockHeight": 43.0,
"Background": "#FFC1D676"
}
],
"X": -510.62823152348983,
"Y": 242.84372698514881,
"Zoom": 0.36052227403133252
"X": -900.72862415757663,
"Y": 146.70621995134951,
"Zoom": 0.54146208521015526
}
}