Added two revision to sheet scripts

This commit is contained in:
2019-04-24 02:51:15 +02:00
parent 6c336414b4
commit 664f5e4767
5 changed files with 665 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
<Workspace Version="1.3.3.4651" X="-2043.85892315828" Y="-165.399057529053" zoom="0.808627869216021" ScaleFactor="1" Name="Home" Description="" RunType="Manual" RunPeriod="1000" HasRunWithoutCrash="True">
<NamespaceResolutionMap />
<Elements>
<Dynamo.Graph.Nodes.CustomNodes.Function guid="95b9719a-eade-4cb8-815d-185eb8dfd3ff" type="Dynamo.Graph.Nodes.CustomNodes.Function" nickname="Add Revisions to Sheet" x="3503.54110958517" y="839.787405213118" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="true">
<PortInfo index="0" default="False" />
<PortInfo index="1" default="False" />
<PortInfo index="2" default="True" />
<ID value="b489e87e-6c60-4887-ab3c-88ef8a099209" />
<Name value="Add Revisions to Sheet" />
<Description value="This node will add specified revisions to a sheet. " />
<Inputs>
<Input value="Sheet" />
<Input value="Revision" />
<Input value="RunIt" />
</Inputs>
<Outputs>
<Output value="Sheet" />
</Outputs>
</Dynamo.Graph.Nodes.CustomNodes.Function>
<Dynamo.Graph.Nodes.CustomNodes.Function guid="e40961d4-071b-4eb4-b62f-816cee79cfac" type="Dynamo.Graph.Nodes.CustomNodes.Function" nickname="Get All Revisions" x="3166.80130238697" y="886.255578842151" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false">
<PortInfo index="0" default="True" />
<ID value="e4f67d90-ea21-4d85-acbf-a9388cf512c8" />
<Name value="Get All Revisions" />
<Description value="This node will return all Revisions currently defined in the mode." />
<Inputs>
<Input value="RunIt" />
</Inputs>
<Outputs>
<Output value="Revision" />
</Outputs>
</Dynamo.Graph.Nodes.CustomNodes.Function>
<CoreNodeModels.Input.BoolSelector guid="89a0ec2a-9766-4913-8ceb-b8b96abe9da2" type="CoreNodeModels.Input.BoolSelector" nickname="Boolean" x="2987.12106598089" y="1056.06036449898" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.Boolean>True</System.Boolean>
</CoreNodeModels.Input.BoolSelector>
<DSRevitNodesUI.ElementsOfCategory guid="3869f133-7cc4-4bad-8671-07d8c9991057" type="DSRevitNodesUI.ElementsOfCategory" nickname="All Elements of Category" x="3218.84170442825" y="683.511265531232" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false">
<PortInfo index="0" default="False" />
</DSRevitNodesUI.ElementsOfCategory>
<DSRevitNodesUI.Categories guid="a257cc85-cad1-4f55-a1a7-50fc2cb8cc72" type="DSRevitNodesUI.Categories" nickname="Categories" x="3002.78551205807" y="685.04903202497" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false" index="422:Sheets" />
</Elements>
<Connectors>
<Dynamo.Graph.Connectors.ConnectorModel start="e40961d4-071b-4eb4-b62f-816cee79cfac" start_index="0" end="95b9719a-eade-4cb8-815d-185eb8dfd3ff" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="89a0ec2a-9766-4913-8ceb-b8b96abe9da2" start_index="0" end="e40961d4-071b-4eb4-b62f-816cee79cfac" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="89a0ec2a-9766-4913-8ceb-b8b96abe9da2" start_index="0" end="95b9719a-eade-4cb8-815d-185eb8dfd3ff" end_index="2" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="3869f133-7cc4-4bad-8671-07d8c9991057" start_index="0" end="95b9719a-eade-4cb8-815d-185eb8dfd3ff" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="a257cc85-cad1-4f55-a1a7-50fc2cb8cc72" start_index="0" end="3869f133-7cc4-4bad-8671-07d8c9991057" end_index="0" portType="0" />
</Connectors>
<Notes />
<Annotations>
<Dynamo.Graph.Annotations.AnnotationModel guid="8faecaa4-e0bb-47f5-a08c-ead28d824660" annotationText="archicab" left="3156.80130238697" top="793.787405213118" width="559.739807198202" height="185.468173629033" fontSize="30" InitialTop="839.787405213118" InitialHeight="169.468173629033" TextblockHeight="36" backgrouund="#FFC1D676">
<Models ModelGuid="95b9719a-eade-4cb8-815d-185eb8dfd3ff" />
<Models ModelGuid="e40961d4-071b-4eb4-b62f-816cee79cfac" />
</Dynamo.Graph.Annotations.AnnotationModel>
</Annotations>
<Presets />
<Cameras>
<Camera Name="Background Preview" eyeX="-17" eyeY="24" eyeZ="50" lookX="12" lookY="-13" lookZ="-58" upX="0" upY="1" upZ="0" />
</Cameras>
</Workspace>

View File

@@ -0,0 +1,45 @@
<Workspace Version="1.3.3.4651" X="-3213.32309994498" Y="-513.876611454356" zoom="1.11854015966461" ScaleFactor="1" Name="Home" Description="" RunType="Manual" RunPeriod="1000" HasRunWithoutCrash="True">
<NamespaceResolutionMap />
<Elements>
<Dynamo.Graph.Nodes.CustomNodes.Function guid="95b9719a-eade-4cb8-815d-185eb8dfd3ff" type="Dynamo.Graph.Nodes.CustomNodes.Function" nickname="Add Revisions to Sheet" x="3503.54110958517" y="839.787405213118" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="true">
<PortInfo index="0" default="False" />
<PortInfo index="1" default="False" />
<PortInfo index="2" default="True" />
<ID value="b489e87e-6c60-4887-ab3c-88ef8a099209" />
<Name value="Add Revisions to Sheet" />
<Description value="This node will add specified revisions to a sheet. " />
<Inputs>
<Input value="Sheet" />
<Input value="Revision" />
<Input value="RunIt" />
</Inputs>
<Outputs>
<Output value="Sheet" />
</Outputs>
</Dynamo.Graph.Nodes.CustomNodes.Function>
<CoreNodeModels.Input.BoolSelector guid="89a0ec2a-9766-4913-8ceb-b8b96abe9da2" type="CoreNodeModels.Input.BoolSelector" nickname="Boolean" x="3193.20578957428" y="986.822413884599" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.Boolean>True</System.Boolean>
</CoreNodeModels.Input.BoolSelector>
<DSRevitNodesUI.ElementsOfCategory guid="3869f133-7cc4-4bad-8671-07d8c9991057" type="DSRevitNodesUI.ElementsOfCategory" nickname="All Elements of Category" x="3218.84170442825" y="683.511265531232" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false">
<PortInfo index="0" default="False" />
</DSRevitNodesUI.ElementsOfCategory>
<DSRevitNodesUI.Categories guid="a257cc85-cad1-4f55-a1a7-50fc2cb8cc72" type="DSRevitNodesUI.Categories" nickname="Categories" x="3002.78551205807" y="685.04903202497" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false" index="422:Sheets" />
<DSRevitNodesUI.RevitRevisions guid="24d9a652-979b-4179-80c9-de4dfbe9d81d" type="DSRevitNodesUI.RevitRevisions" nickname="Select Revision" x="2979.43579731577" y="815.907150532393" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false" index="3:Seq. 4 - MEP update" />
</Elements>
<Connectors>
<Dynamo.Graph.Connectors.ConnectorModel start="89a0ec2a-9766-4913-8ceb-b8b96abe9da2" start_index="0" end="95b9719a-eade-4cb8-815d-185eb8dfd3ff" end_index="2" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="3869f133-7cc4-4bad-8671-07d8c9991057" start_index="0" end="95b9719a-eade-4cb8-815d-185eb8dfd3ff" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="a257cc85-cad1-4f55-a1a7-50fc2cb8cc72" start_index="0" end="3869f133-7cc4-4bad-8671-07d8c9991057" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="24d9a652-979b-4179-80c9-de4dfbe9d81d" start_index="0" end="95b9719a-eade-4cb8-815d-185eb8dfd3ff" end_index="1" portType="0" />
</Connectors>
<Notes />
<Annotations>
<Dynamo.Graph.Annotations.AnnotationModel guid="8faecaa4-e0bb-47f5-a08c-ead28d824660" annotationText="archilab" left="3493.54110958517" top="793.787405213118" width="223" height="191" fontSize="30" InitialTop="839.787405213118" InitialHeight="169.468173629033" TextblockHeight="36" backgrouund="#FFC1D676">
<Models ModelGuid="95b9719a-eade-4cb8-815d-185eb8dfd3ff" />
</Dynamo.Graph.Annotations.AnnotationModel>
</Annotations>
<Presets />
<Cameras>
<Camera Name="Background Preview" eyeX="-17" eyeY="24" eyeZ="50" lookX="12" lookY="-13" lookZ="-58" upX="0" upY="1" upZ="0" />
</Cameras>
</Workspace>

View File

@@ -0,0 +1,290 @@
{
"Uuid": "3c9d0464-8643-5ffe-96e5-ab1769818209",
"IsCustomNode": false,
"Description": "",
"Name": "AddAllRevisionsToAllSheets",
"ElementResolver": {
"ResolutionMap": {}
},
"Inputs": [],
"Outputs": [],
"Nodes": [
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "b489e87e-6c60-4887-ab3c-88ef8a099209",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "95b9719aeade4cb8815d185eb8dfd3ff",
"Inputs": [
{
"Id": "b0f744c47bb0442cb7f8af04190fa311",
"Name": "Sheet",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "71c1366fd1664198bd026bc09e93f431",
"Name": "Revision",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "fa128cadfafa4ce79ba7dc0f010df104",
"Name": "RunIt",
"Description": "bool\nDefault value : false",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "303d7d0fb98b4857a99a25a14906c41b",
"Name": "Sheet",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "This node will add specified revisions to a sheet. "
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "e4f67d90-ea21-4d85-acbf-a9388cf512c8",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "e40961d4071b4eb4b62f816cee79cfac",
"Inputs": [
{
"Id": "6e291c8c69924f299e79126551aa0d23",
"Name": "RunIt",
"Description": "bool\nDefault value : false",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "ec1704fa82f24198bf7af5d8a9b7cf43",
"Name": "Revision",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "This node will return all Revisions currently defined in the mode."
},
{
"ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
"NodeType": "BooleanInputNode",
"InputValue": true,
"Id": "89a0ec2a976649138cebb8b96abe9da2",
"Inputs": [],
"Outputs": [
{
"Id": "dd31188c2564479a8dded99af964391e",
"Name": "",
"Description": "Boolean",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Selection between a true and false."
},
{
"ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI",
"NodeType": "ExtensionNode",
"Id": "3869f1337cc44bad867107d8c9991057",
"Inputs": [
{
"Id": "6d8468ba9e404d80a3d2a4e7fcdf5709",
"Name": "Category",
"Description": "The Category",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "e0bb06a4cd4f44bbb06e2801e1dc4149",
"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": 447,
"NodeType": "ExtensionNode",
"Id": "a257cc85cad14f55a1a750fc2cb8cc72",
"Inputs": [],
"Outputs": [
{
"Id": "16653c24e4c344998d63250606c1d577",
"Name": "Category",
"Description": "The selected Category.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "All built-in categories."
}
],
"Connectors": [
{
"Start": "ec1704fa82f24198bf7af5d8a9b7cf43",
"End": "71c1366fd1664198bd026bc09e93f431",
"Id": "4a546a06870b4307aec6f753737d2d3a"
},
{
"Start": "dd31188c2564479a8dded99af964391e",
"End": "6e291c8c69924f299e79126551aa0d23",
"Id": "745d28001e99490a817550b8b7b63e92"
},
{
"Start": "dd31188c2564479a8dded99af964391e",
"End": "fa128cadfafa4ce79ba7dc0f010df104",
"Id": "a2018aa2fc6c4b36a3f452c472f89c48"
},
{
"Start": "e0bb06a4cd4f44bbb06e2801e1dc4149",
"End": "b0f744c47bb0442cb7f8af04190fa311",
"Id": "d6b30447aa43436ab02a6b30c94f8c45"
},
{
"Start": "16653c24e4c344998d63250606c1d577",
"End": "6d8468ba9e404d80a3d2a4e7fcdf5709",
"Id": "1f6532401d604660b18e7f6a3cab569f"
}
],
"Dependencies": [
"b489e87e-6c60-4887-ab3c-88ef8a099209",
"e4f67d90-ea21-4d85-acbf-a9388cf512c8"
],
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": false,
"IsVisibleInDynamoLibrary": true,
"Version": "2.0.2.6826",
"RunType": "Manual",
"RunPeriod": "1000"
},
"Camera": {
"Name": "Background Preview",
"EyeX": -17.0,
"EyeY": 24.0,
"EyeZ": 50.0,
"LookX": 12.0,
"LookY": -13.0,
"LookZ": -58.0,
"UpX": 0.0,
"UpY": 1.0,
"UpZ": 0.0
},
"NodeViews": [
{
"ShowGeometry": true,
"Name": "Add Revisions to Sheet",
"Id": "95b9719aeade4cb8815d185eb8dfd3ff",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 3503.54110958517,
"Y": 839.787405213118
},
{
"ShowGeometry": true,
"Name": "Get All Revisions",
"Id": "e40961d4071b4eb4b62f816cee79cfac",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 3166.80130238697,
"Y": 886.255578842151
},
{
"ShowGeometry": true,
"Name": "Boolean",
"Id": "89a0ec2a976649138cebb8b96abe9da2",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 2987.12106598089,
"Y": 1056.06036449898
},
{
"ShowGeometry": true,
"Name": "All Elements of Category",
"Id": "3869f1337cc44bad867107d8c9991057",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 3218.84170442825,
"Y": 683.511265531232
},
{
"ShowGeometry": true,
"Name": "Categories",
"Id": "a257cc85cad14f55a1a750fc2cb8cc72",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 3002.78551205807,
"Y": 685.04903202497
}
],
"Annotations": [
{
"Id": "8faecaa4e0bb47f5a08cead28d824660",
"Title": "archicab",
"Nodes": [
"95b9719aeade4cb8815d185eb8dfd3ff",
"e40961d4071b4eb4b62f816cee79cfac"
],
"Left": 3156.80130238697,
"Top": 793.787405213118,
"Width": 559.7398071982002,
"Height": 185.468173629033,
"FontSize": 30.0,
"InitialTop": 839.787405213118,
"InitialHeight": 169.468173629033,
"TextblockHeight": 36.0,
"Background": "#FFC1D676"
}
],
"X": -2213.85892315828,
"Y": -282.39905752905304,
"Zoom": 0.808627869216021
}
}

View File

@@ -0,0 +1,272 @@
{
"Uuid": "3c9d0464-8643-5ffe-96e5-ab1769818209",
"IsCustomNode": false,
"Description": "",
"Name": "AddOneRevisionsToAllSheets",
"ElementResolver": {
"ResolutionMap": {}
},
"Inputs": [],
"Outputs": [],
"Nodes": [
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "b489e87e-6c60-4887-ab3c-88ef8a099209",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "95b9719aeade4cb8815d185eb8dfd3ff",
"Inputs": [
{
"Id": "a92b8c0091da408598e3c7a9d33ff6ab",
"Name": "Sheet",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "9e47165a133c41faa23b6a91d87e8e1c",
"Name": "Revision",
"Description": "var[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "b8e47f8873db44bca9218cdec372f263",
"Name": "RunIt",
"Description": "bool\nDefault value : false",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "ed6939e745fe44e297a2800cc8318f2a",
"Name": "Sheet",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "This node will add specified revisions to a sheet. "
},
{
"ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
"NodeType": "BooleanInputNode",
"InputValue": true,
"Id": "89a0ec2a976649138cebb8b96abe9da2",
"Inputs": [],
"Outputs": [
{
"Id": "0b57bec2e1ed4541a2dcd87df035f498",
"Name": "",
"Description": "Boolean",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Selection between a true and false."
},
{
"ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI",
"NodeType": "ExtensionNode",
"Id": "3869f1337cc44bad867107d8c9991057",
"Inputs": [
{
"Id": "762d9e47687442839af5f79d76c9600e",
"Name": "Category",
"Description": "The Category",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "f627aefbfce14affb5505a79122ff391",
"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": 447,
"NodeType": "ExtensionNode",
"Id": "a257cc85cad14f55a1a750fc2cb8cc72",
"Inputs": [],
"Outputs": [
{
"Id": "919fa4aaa27c4f4a888e06b3d4c48d48",
"Name": "Category",
"Description": "The selected Category.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "All built-in categories."
},
{
"ConcreteType": "DSRevitNodesUI.RevitRevisions, DSRevitNodesUI",
"SelectedIndex": 0,
"NodeType": "ExtensionNode",
"Id": "24d9a652979b417980c9de4dfbe9d81d",
"Inputs": [],
"Outputs": [
{
"Id": "d7caf0e101784eaaa14155fef1fe383d",
"Name": "Revision",
"Description": "The selected Revision",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Select an existing Revit Revision from the active document."
}
],
"Connectors": [
{
"Start": "0b57bec2e1ed4541a2dcd87df035f498",
"End": "b8e47f8873db44bca9218cdec372f263",
"Id": "63db40df33a04022aeeea9b1063dbf6e"
},
{
"Start": "f627aefbfce14affb5505a79122ff391",
"End": "a92b8c0091da408598e3c7a9d33ff6ab",
"Id": "f30df703032845bbab627f9fc5e690a6"
},
{
"Start": "919fa4aaa27c4f4a888e06b3d4c48d48",
"End": "762d9e47687442839af5f79d76c9600e",
"Id": "171570d2a1234321ab39313b45bff3f1"
},
{
"Start": "d7caf0e101784eaaa14155fef1fe383d",
"End": "9e47165a133c41faa23b6a91d87e8e1c",
"Id": "330b66181c9a4abfbdc0ba8a78ddf1f1"
}
],
"Dependencies": [
"b489e87e-6c60-4887-ab3c-88ef8a099209"
],
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": false,
"IsVisibleInDynamoLibrary": true,
"Version": "2.0.2.6826",
"RunType": "Manual",
"RunPeriod": "1000"
},
"Camera": {
"Name": "Background Preview",
"EyeX": -17.0,
"EyeY": 24.0,
"EyeZ": 50.0,
"LookX": 12.0,
"LookY": -13.0,
"LookZ": -58.0,
"UpX": 0.0,
"UpY": 1.0,
"UpZ": 0.0
},
"NodeViews": [
{
"ShowGeometry": true,
"Name": "Add Revisions to Sheet",
"Id": "95b9719aeade4cb8815d185eb8dfd3ff",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 3503.54110958517,
"Y": 839.787405213118
},
{
"ShowGeometry": true,
"Name": "Boolean",
"Id": "89a0ec2a976649138cebb8b96abe9da2",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 3193.20578957428,
"Y": 986.822413884599
},
{
"ShowGeometry": true,
"Name": "All Elements of Category",
"Id": "3869f1337cc44bad867107d8c9991057",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 3218.84170442825,
"Y": 683.511265531232
},
{
"ShowGeometry": true,
"Name": "Categories",
"Id": "a257cc85cad14f55a1a750fc2cb8cc72",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 3002.78551205807,
"Y": 685.04903202497
},
{
"ShowGeometry": true,
"Name": "Select Revision",
"Id": "24d9a652979b417980c9de4dfbe9d81d",
"IsSetAsInput": true,
"IsSetAsOutput": false,
"Excluded": false,
"X": 2979.43579731577,
"Y": 815.907150532393
}
],
"Annotations": [
{
"Id": "8faecaa4e0bb47f5a08cead28d824660",
"Title": "archilab",
"Nodes": [
"95b9719aeade4cb8815d185eb8dfd3ff"
],
"Left": 3493.54110958517,
"Top": 793.787405213118,
"Width": 223.0,
"Height": 191.0,
"FontSize": 30.0,
"InitialTop": 839.787405213118,
"InitialHeight": 145.0,
"TextblockHeight": 36.0,
"Background": "#FFC1D676"
}
],
"X": -2522.1982609966644,
"Y": -377.83839036521033,
"Zoom": 0.90002773577644624
}
}

0
revisions/readme.md Normal file
View File