master
Ryan Schultz 4 years ago
parent 3329af4e1f
commit 0e1fc4c820
  1. 1609
      BIM/Dynamo Scripts/Close Gaps/Close Gaps.dyn
  2. BIN
      BIM/Dynamo Scripts/Close Gaps/Close Gaps.rvt
  3. 312
      BIM/Dynamo Scripts/Close Gaps/Lines with gap to polycurve.dyn
  4. 264
      BIM/Dynamo Scripts/Find Meshes in In-Place-Families/Find meshes inside in-place-families.dyn
  5. BIN
      BIM/Dynamo Scripts/Find Meshes in In-Place-Families/Mesh inside In-Place-Family.rvt
  6. BIN
      BIM/OD_Revit_Template.rte
  7. BIN
      Code/Code Snippets/Span Tables/TJ-4000_ijoist_guide.pdf
  8. BIN
      Code/Uniform Dwelling Code (Wisconsin Residential Code)/UDC - Chapter SPS 321 - Construction Standards.pdf
  9. 7
      Code/Uniform Dwelling Code (Wisconsin Residential Code)/UDC - Chapter SPS 325 - Appendix A.pdf
  10. BIN
      Learning/Code/CCDC-Boise-Parking-Structure-Design-Guidelines_2016-Final-Draft-08-04-2016.pdf
  11. BIN
      Learning/Code/Shallow Foundations/FPSF_Presentation_Jay_Crandell.pdf
  12. BIN
      Learning/Code/Shallow Foundations/Frost Protect Shallow Foundations.pdf
  13. 2
      Learning/Code/Shallow Foundations/Frost Protected Shallow Foundations ASCE 31 - Structural engineering other technical topics - Eng-Tips.url
  14. BIN
      Learning/Code/Shallow Foundations/Frost-Protected Shallow Foundations.pdf
  15. BIN
      Learning/Code/Shallow Foundations/Frost-Protected-Slab - wisconsin.pdf
  16. BIN
      Learning/Code/Shallow Foundations/shallow foundations.pdf
  17. BIN
      Literature/05 - Metals/050523 - Metal Fastenings/Simpson/Simpson Catalog.pdf
  18. BIN
      Literature/06 - Wood, Plastics, and Composites/061813 - Glued-Laminated Beams/BoiseGlulamProductGuide.pdf
  19. 0
      Project Folder Structure/[Project Name] - Ongoing Notes.md
  20. BIN
      origin_file.rvt

File diff suppressed because it is too large Load Diff

@ -420,6 +420,211 @@
],
"Replication": "Auto",
"Description": "Returns curves of the polycurve\n\nPolyCurve.Curves ( ): Curve[]"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Revit.Elements.Element.GetLocation",
"Id": "7ebd1afe8cf947a78ea96f5b8a27174f",
"Inputs": [
{
"Id": "439306df39074eb08ea200144d44c90b",
"Name": "element",
"Description": "Revit.Elements.Element",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "83b3dfec148a4a82ba12e837cd1a270c",
"Name": "Geometry",
"Description": "Location Geometry",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Get an exsiting element's location\n\nElement.GetLocation ( ): Geometry"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
"FunctionSignature": "31f2a383-fdc6-402b-9511-32ff8dd77add",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "63b4cdefbb104d64bb9d477e008ae080",
"Inputs": [
{
"Id": "ea14d4c0809e4c3a89777c3762dc9bdd",
"Name": "geometry",
"Description": "var[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "90367e9f8f2443c996a5a37f6e765671",
"Name": "margin",
"Description": "double\nDefault value : 1",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "051b848bbc564b71a0149093be67c65d",
"Name": "geometry",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Splits the list of geometry elements into groups if the distance between them is less than the provided margin."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
"NodeType": "CodeBlockNode",
"Code": "0.03;",
"Id": "3b63dc5dc5cb491091a6872b75a3514c",
"Inputs": [],
"Outputs": [
{
"Id": "2728655a76b34869a8121cf39463b6e6",
"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.CustomNodes.Function, DynamoCore",
"FunctionSignature": "7f4c4e1d-2393-4151-a71b-5880332ca202",
"FunctionType": "Graph",
"NodeType": "FunctionNode",
"Id": "6defe7e59645449fbca6825f3c5e041d",
"Inputs": [
{
"Id": "2cbfd2241b2342e6a7fee60c984b828e",
"Name": "lines",
"Description": "var[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "4b4b9ab570e7416eb59ea459d547144d",
"Name": "margin",
"Description": "double\nDefault value : 100",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "814606f835ce41a3a62b518d18e7e49d",
"Name": "lines",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "2f9312f517fe40719cd12c061ead43b0",
"Name": "ordered",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "7ec936488e544c418c4e033f03c8fe22",
"Name": "success",
"Description": "return value",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Attempts to join lines into a single chain of joined curves. The node returns the new lines as a chain and with the original order. The success outputs returns the success of the execution as a true/false boolean."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
"Id": "240384c0753f4552ba03e6142113807d",
"Inputs": [
{
"Id": "2074bf4932ee4dd493dc8fb3e5091202",
"Name": "geometry",
"Description": "Autodesk.DesignScript.Geometry.Geometry",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "3ee2ac3e42004a24952cf08d07c7a2a5",
"Name": "xTranslation",
"Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "8a941544ce6749c78eb7bece0d1506b2",
"Name": "yTranslation",
"Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "51b81f130b474fdc9b6ce50334f218d0",
"Name": "zTranslation",
"Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "64a8bab99a4d4afa82209ffdc6f16b7f",
"Name": "Geometry",
"Description": "Transformed Geometry.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
}
],
"Connectors": [
@ -428,6 +633,11 @@
"End": "1e52cec39ed2432fa4d00180699073e3",
"Id": "63424933efbb42f486ed54e1e21590ad"
},
{
"Start": "e7c7912fae4d4b649605824f784345f4",
"End": "439306df39074eb08ea200144d44c90b",
"Id": "a106d2696f78425588e2a11743c08bd7"
},
{
"Start": "796031ac8625422aa7455d41fb78ff10",
"End": "c5210863020f49fab11bfa830e4aae1e",
@ -458,11 +668,6 @@
"End": "7cba7444713b4f4daf9bbe5a61055af1",
"Id": "abf84fe1cfbc481f81d191a9baccb0a4"
},
{
"Start": "d651fa40b0ef4f65ba9faa8cfd7c4ae2",
"End": "68d2e8370a074671ae363bb287708d8b",
"Id": "ac14deda3e074cf6962a64f555a0b30b"
},
{
"Start": "3d0cc14020d64aa2bbdb47330fc18234",
"End": "72e80ec4e571402483846f9f0143bd3b",
@ -482,11 +687,38 @@
"Start": "7f9d2688c0434f6695295560387d4a23",
"End": "0556dc99938d4d9581b2e8038c236725",
"Id": "60fe6ac5502347e19dba7cd3a1e3b39d"
},
{
"Start": "7f9d2688c0434f6695295560387d4a23",
"End": "3ee2ac3e42004a24952cf08d07c7a2a5",
"Id": "733573a4a2824e5dbc7725953fcfa188"
},
{
"Start": "83b3dfec148a4a82ba12e837cd1a270c",
"End": "ea14d4c0809e4c3a89777c3762dc9bdd",
"Id": "1e6ef3b8f31643368b165a6e1026f67b"
},
{
"Start": "051b848bbc564b71a0149093be67c65d",
"End": "2cbfd2241b2342e6a7fee60c984b828e",
"Id": "f9c4723880d949c6a9101e1bd4822ee8"
},
{
"Start": "2728655a76b34869a8121cf39463b6e6",
"End": "90367e9f8f2443c996a5a37f6e765671",
"Id": "c29601bc2f21462896d9dc6cb65be9d2"
},
{
"Start": "814606f835ce41a3a62b518d18e7e49d",
"End": "2074bf4932ee4dd493dc8fb3e5091202",
"Id": "3d5e7d78fc6745a48ade91d5645e8b24"
}
],
"Dependencies": [
"2a241d0e-ff72-4ef7-bdfe-e264b12263d3",
"0cf65182-cbbc-422e-af1e-8a45325de525"
"0cf65182-cbbc-422e-af1e-8a45325de525",
"31f2a383-fdc6-402b-9511-32ff8dd77add",
"7f4c4e1d-2393-4151-a71b-5880332ca202"
],
"Bindings": [],
"View": {
@ -588,8 +820,8 @@
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -17.18337001036889,
"Y": 961.17759096746886
"X": 105.463411488583,
"Y": 1014.4321145130662
},
{
"ShowGeometry": true,
@ -598,8 +830,8 @@
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 63.027799009435512,
"Y": 1132.4414582691145
"X": 214.72250244234965,
"Y": 1137.2827785914417
},
{
"ShowGeometry": true,
@ -628,8 +860,8 @@
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 966.95175748389215,
"Y": 1038.42120298555
"X": 826.55346813640813,
"Y": 857.67857761867378
},
{
"ShowGeometry": true,
@ -640,11 +872,61 @@
"Excluded": false,
"X": 773.43671641908134,
"Y": 1247.6378551239382
},
{
"ShowGeometry": true,
"Name": "Element.GetLocation",
"Id": "7ebd1afe8cf947a78ea96f5b8a27174f",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": -274.016657142311,
"Y": 833.6697387392137
},
{
"ShowGeometry": true,
"Name": "Springs.Geometry.GroupByDistance",
"Id": "63b4cdefbb104d64bb9d477e008ae080",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 169.52055320521458,
"Y": 632.06191585397494
},
{
"ShowGeometry": true,
"Name": "Code Block",
"Id": "3b63dc5dc5cb491091a6872b75a3514c",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 52.336006153169478,
"Y": 775.70748965970733
},
{
"ShowGeometry": true,
"Name": "Springs.LineLoop.Merge",
"Id": "6defe7e59645449fbca6825f3c5e041d",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 638.391504313487,
"Y": 544.18810853963021
},
{
"ShowGeometry": true,
"Name": "Geometry.Translate",
"Id": "240384c0753f4552ba03e6142113807d",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 1020.7636114785055,
"Y": 482.616663266116
}
],
"Annotations": [],
"X": -218.36918230112337,
"Y": -310.53726910358989,
"Zoom": 0.50230879440761889
"X": 52.03053960776748,
"Y": -167.40123008342141,
"Zoom": 0.51826498346027727
}
}

@ -0,0 +1,264 @@
{
"Uuid": "1b4e8d0d-15df-4093-bff0-724d1613aa5a",
"IsCustomNode": false,
"Description": null,
"Name": "Find meshes inside in-place-families",
"ElementResolver": {
"ResolutionMap": {}
},
"Inputs": [],
"Outputs": [],
"Nodes": [
{
"ConcreteType": "DSRevitNodesUI.ElementsOfType, DSRevitNodesUI",
"NodeType": "ExtensionNode",
"Id": "6b2deef4ab964b958734d23747a74ad0",
"Inputs": [
{
"Id": "6c2e85e2fdb24dea9e02aee808b9efad",
"Name": "element type",
"Description": "An element type.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "47b060eabcb4415da83f35c40e23aeb1",
"Name": "elements",
"Description": "All elements in the active document of a given type.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "All elements in the active document of a given type."
},
{
"ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI",
"SelectedIndex": 230,
"NodeType": "ExtensionNode",
"Id": "8ee29d9268a24e5198a2233de6c265e1",
"Inputs": [],
"Outputs": [
{
"Id": "4120962f57b54ef8a68187085b2d2b3c",
"Name": "Category",
"Description": "The selected Category.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "All built-in categories."
},
{
"ConcreteType": "DSRevitNodesUI.ElementTypes, DSRevitNodesUI",
"SelectedIndex": 119,
"NodeType": "ExtensionNode",
"Id": "24bced0c489e45a09bcb2883af7bdca2",
"Inputs": [],
"Outputs": [
{
"Id": "1319b47929aa47b4a1168375149fd414",
"Name": "Types",
"Description": "The selected Types",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "All element subtypes."
},
{
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
"NodeType": "FunctionNode",
"FunctionSignature": "Revit.Elements.Element.GetCategory",
"Id": "cfc9e6caf129429193cfa008c1229e69",
"Inputs": [
{
"Id": "77de86275ce04126b47d7cca13f349bc",
"Name": "element",
"Description": "Revit.Elements.Element",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "865a6f1e0acc4ff7b9712f19e1f235c6",
"Name": "Category",
"Description": "Category",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Get Element Category\n\nElement.GetCategory: Category"
},
{
"ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI",
"NodeType": "ExtensionNode",
"InstanceId": [
"e92ba74b-b46f-4182-baef-ba16bdb506cc-00601944"
],
"Id": "b88fdb0443f14d44bc6f5b4f7c451f34",
"Inputs": [],
"Outputs": [
{
"Id": "b7f22900fc414c76a435d5e14a2ee7b4",
"Name": "Element",
"Description": "The selected elements.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled"
},
{
"ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
"NodeType": "ExtensionNode",
"Id": "c3384347d4f34f56b114300b6bf1643f",
"Inputs": [
{
"Id": "d6d71c8d07094c278ddf859a29e182bb",
"Name": "",
"Description": "Node to evaluate.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "dc21fc8142044502b1bdc1188e6ed722",
"Name": "",
"Description": "Watch contents.",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Disabled",
"Description": "Visualize the output of node."
}
],
"Connectors": [
{
"Start": "47b060eabcb4415da83f35c40e23aeb1",
"End": "d6d71c8d07094c278ddf859a29e182bb",
"Id": "6e066ac31a7c45c29f6c7223534ef964"
},
{
"Start": "1319b47929aa47b4a1168375149fd414",
"End": "6c2e85e2fdb24dea9e02aee808b9efad",
"Id": "d2664d58cbd340f68d4d31bd7a882b66"
}
],
"Dependencies": [],
"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": "All Elements of Type",
"Id": "6b2deef4ab964b958734d23747a74ad0",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 333.5,
"Y": 153.0
},
{
"ShowGeometry": true,
"Name": "Categories",
"Id": "8ee29d9268a24e5198a2233de6c265e1",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 64.5,
"Y": 281.0
},
{
"ShowGeometry": true,
"Name": "Element Types",
"Id": "24bced0c489e45a09bcb2883af7bdca2",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 116.5,
"Y": 121.0
},
{
"ShowGeometry": true,
"Name": "Element.GetCategory",
"Id": "cfc9e6caf129429193cfa008c1229e69",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 352.98273756330252,
"Y": 411.16375721017477
},
{
"ShowGeometry": true,
"Name": "Select Model Element",
"Id": "b88fdb0443f14d44bc6f5b4f7c451f34",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 77.5,
"Y": -81.0
},
{
"ShowGeometry": true,
"Name": "Watch",
"Id": "c3384347d4f34f56b114300b6bf1643f",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 368.5719665296773,
"Y": 267.30713240651613
}
],
"Annotations": [],
"X": 74.1427855715666,
"Y": -0.047105327429505905,
"Zoom": 0.822695359375
}
}

Binary file not shown.

@ -2,7 +2,7 @@
%<EFBFBD>
1 0 obj<</Type/Catalog/Pages 3 0 R/Metadata 1170 0 R/Outlines 1171 0 R>>
endobj
2 0 obj<</Producer(GPL Ghostscript 9.18)/CreationDate(D:20170306103329-06'00')/ModDate(D:20180724154352-05'00')/Creator(\(BroadVision, Inc.\))/Author(\(sa-pro-slate-render\))/Title(\(tmp45A6.ilboo\))>>
2 0 obj<</Producer(GPL Ghostscript 9.18)/CreationDate(D:20170306103329-06'00')/ModDate(D:20190221134737-06'00')/Creator(\(BroadVision, Inc.\))/Author(\(sa-pro-slate-render\))/Title(\(tmp45A6.ilboo\))>>
endobj
3 0 obj<</Type/Pages/Kids[4 0 R 20 0 R 29 0 R 47 0 R 54 0 R 63 0 R 76 0 R 86 0 R 95 0 R 104 0 R 113 0 R 122 0 R 129 0 R 136 0 R 145 0 R 164 0 R 172 0 R 179 0 R 188 0 R 197 0 R 206 0 R 215 0 R 222 0 R 228 0 R 234 0 R 240 0 R 246 0 R 252 0 R 258 0 R 264 0 R 270 0 R 276 0 R 282 0 R 288 0 R 294 0 R 301 0 R 308 0 R 315 0 R 322 0 R 329 0 R 336 0 R 343 0 R 350 0 R 357 0 R 364 0 R 371 0 R 378 0 R 385 0 R 392 0 R 401 0 R 410 0 R 419 0 R 426 0 R 435 0 R 443 0 R 452 0 R 461 0 R 469 0 R 478 0 R 485 0 R 494 0 R 503 0 R 511 0 R 519 0 R 528 0 R 537 0 R 546 0 R 555 0 R 562 0 R 571 0 R 581 0 R 588 0 R 595 0 R 602 0 R 613 0 R 621 0 R 629 0 R 636 0 R 644 0 R 655 0 R 664 0 R 672 0 R 679 0 R 686 0 R 693 0 R 703 0 R 711 0 R 722 0 R 729 0 R 736 0 R 746 0 R 753 0 R 760 0 R 769 0 R 776 0 R 783 0 R 790 0 R 797 0 R 806 0 R 813 0 R 822 0 R 831 0 R 840 0 R 847 0 R 854 0 R 861 0 R 868 0 R 875 0 R 882 0 R 889 0 R 898 0 R 906 0 R 915 0 R 926 0 R 933 0 R 940 0 R 947 0 R 954 0 R 961 0 R 970 0 R 977 0 R 985 0 R 992 0 R 999 0 R 1006 0 R 1013 0 R 1022 0 R 1031 0 R 1038 0 R 1045 0 R 1053 0 R 1062 0 R 1071 0 R 1078 0 R 1085 0 R 1096 0 R 1106 0 R 1115 0 R 1124 0 R 1133 0 R 1142 0 R]/Count 141>>
endobj
@ -28835,7 +28835,7 @@ endobj
1175 0 obj<</Title(Frost\212Protected Shallow Footings)/Parent 1171 0 R/A 1174 0 R/Prev 1173 0 R>>
endobj
xref
0 1176
0 1177
0000000000 65535 f
0000000015 00000 n
0000000095 00000 n
@ -30012,7 +30012,8 @@ xref
0005853568 00000 n
0005853670 00000 n
0005853743 00000 n
trailer<</Size 1176/Root 1 0 R/Info 2 0 R/ID[<d6a2c904546e46a8d8cfd89b7381d946><ac5a92d9e6876c167372f0a8184ca501>]>>
0000000000 65535 f
trailer<</Size 1177/Root 1 0 R/Info 2 0 R/ID[<d6a2c904546e46a8d8cfd89b7381d946><bace6f8d22c20f18c8fe0f57587867e7>]>>
startxref
5853849
%%EOF

Binary file not shown.
Loading…
Cancel
Save