﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="1.0.8348.30405"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings ppi="120">
    <identity>
      <id>cc9af114-81c7-455e-a567-1b7102c8a95a</id>
      <revision>64</revision>
    </identity>
    <metadata lang="eng">
      <author>Jose Carlo Mendoza</author>
    </metadata>
    <calculation>
      <precision>4</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <trailingZeros>false</trailingZeros>
      <significantDigitsMode>false</significantDigitsMode>
      <roundingMode>0</roundingMode>
      <approximateEqualAccuracy>0</approximateEqualAccuracy>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" viewMode="0" printGrid="false" printAreas="false" simpleEqualsOnly="true" printBackgroundImages="true">
      <paper id="1" orientation="Portrait" width="850" height="1100" />
      <margins left="47" right="117" top="149" bottom="77" />
      <backgrounds />
    </pageModel>
    <dependencies>
      <assembly name="SMath Studio Desktop" version="1.0.8348.30405" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="MathRegion" version="1.11.8348.30405" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="TextRegion" version="1.11.8348.30405" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="FEBeam" version="1.0.8380.20839" guid="7037b665-614f-4139-85b1-f1d39c60d671" />
      <assembly name="PlotRegion" version="1.11.8348.30405" guid="c451c2b5-798b-4f08-b9ec-b90963d1ddaa" />
    </dependencies>
  </settings>
  <regions type="content">
    <region left="9" top="9" width="473" height="35" border="true" color="#0000ff" bgColor="#00ffff" fontSize="18" isBreakable="false">
      <text lang="rus" width="473" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; font-family: Courier New; font-size: 18px; color: #0000ff; background-color: #00ffff;">Расчёт балки на двух опорах</p>
        </content>
      </text>
      <text lang="eng" width="473" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; font-family: Courier New; font-size: 18px; color: #0000ff; background-color: #00ffff;">FEBeam Analysis Sample 2</p>
        </content>
      </text>
    </region>
    <region left="9" top="63" width="206" height="23" color="#000000" fontSize="10">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold;">Sample Step by Step Process:</p>
        </content>
      </text>
    </region>
    <region left="18" top="90" width="117" height="21" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Arial; font-size: 9px;">1.) Initialize Model</p>
        </content>
      </text>
    </region>
    <region left="27" top="117" width="658" height="23" color="#000000" fontSize="10">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p>This function will reset and initialize the Finite Element Model. There is only one finite element model created.</p>
        </content>
      </text>
    </region>
    <region left="45" top="144" width="140" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_ModelReset</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="18" top="180" width="103" height="21" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Arial; font-size: 9px;">2.) Add Material</p>
        </content>
      </text>
    </region>
    <region left="45" top="225" width="118" height="22" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">E</e>
          <e type="operand">29000000</e>
          <e type="operand" style="unit">psi</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="45" top="252" width="210" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">steel</e>
          <e type="operand">E</e>
          <e type="function" args="2">A_AddMaterial</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="18" top="288" width="91" height="21" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Arial; font-size: 9px;">3.) Add Beam</p>
        </content>
      </text>
    </region>
    <region left="45" top="315" width="341" height="31" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">beam 1</e>
          <e type="operand">200</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand">200</e>
          <e type="operand" style="unit">in</e>
          <e type="operand">4</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="string">steel</e>
          <e type="function" args="4">A_AddBeam</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="45" top="351" width="341" height="31" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">beam 2</e>
          <e type="operand">150</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand">200</e>
          <e type="operand" style="unit">in</e>
          <e type="operand">4</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="string">steel</e>
          <e type="function" args="4">A_AddBeam</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="18" top="396" width="229" height="21" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Arial; font-size: 9px;">4.) Add Support/Boundary Conditions</p>
        </content>
      </text>
    </region>
    <region left="27" top="432" width="72" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; font-family: Courier New; font-size: 9px;">Support:</p>
        </content>
      </text>
    </region>
    <region left="45" top="468" width="259" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">S1</e>
          <e type="operand">0</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="string">FIXED</e>
          <e type="function" args="3">A_AddSupport</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="45" top="495" width="259" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">S3</e>
          <e type="operand">300</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="string">PIN</e>
          <e type="function" args="3">A_AddSupport</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="27" top="531" width="129" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; font-family: Courier New; font-size: 9px;">Vertical Spring:</p>
        </content>
      </text>
    </region>
    <region left="45" top="558" width="418" height="39" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">VSPRING</e>
          <e type="operand">1000</e>
          <e type="operand" style="unit">lbf</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="2">A_AddVerticalSpringClassification</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="45" top="603" width="493" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">springSupport</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="string">VSPRING</e>
          <e type="operand" style="string">FREE</e>
          <e type="function" args="4">A_AddBoundaryCondition</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="27" top="639" width="144" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; font-family: Courier New; font-size: 9px;">Rotational Spring:</p>
        </content>
      </text>
    </region>
    <region left="45" top="666" width="458" height="39" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">RSPRING</e>
          <e type="operand">10000</e>
          <e type="operand" style="unit">lbf</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="unit">rad</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="2">A_AddRotationalSpringClassification</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="45" top="711" width="501" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">springSupport2</e>
          <e type="operand">150</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="string">FREE</e>
          <e type="operand" style="string">RSPRING</e>
          <e type="function" args="4">A_AddBoundaryCondition</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="27" top="747" width="230" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; font-family: Courier New; font-size: 9px;">Specified Deflection/Rotation:</p>
        </content>
      </text>
    </region>
    <region left="45" top="774" width="351" height="26" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">disp</e>
          <e type="operand">0.5</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="2">A_AddSpecifiedDisplacement</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="45" top="810" width="285" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">rot</e>
          <e type="operand">0</e>
          <e type="operand" style="unit">rad</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="2">A_AddSpecifiedRotation</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="45" top="846" width="414" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">forced</e>
          <e type="operand">350</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="string">disp</e>
          <e type="operand" style="string">rot</e>
          <e type="function" args="4">A_AddBoundaryCondition</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="18" top="882" width="229" height="21" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Arial; font-size: 9px;">5.) Add Support/Boundary Conditions</p>
        </content>
      </text>
    </region>
    <region left="27" top="918" width="109" height="21" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Arial; font-size: 9px;">Add Point Loads</p>
        </content>
      </text>
    </region>
    <region left="45" top="945" width="93" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-style: italic; text-decoration: underline; font-family: Courier New; font-size: 9px;">Load Case 1</p>
        </content>
      </text>
    </region>
    <region left="45" top="972" width="404" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">P1</e>
          <e type="operand" style="string">LoadCase1</e>
          <e type="operand">50</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1000</e>
          <e type="operand" style="unit">lbf</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="function" args="5">A_AddPointLoad</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="45" top="999" width="412" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">P2</e>
          <e type="operand" style="string">LoadCase1</e>
          <e type="operand">150</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1000</e>
          <e type="operand" style="unit">lbf</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="function" args="5">A_AddPointLoad</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="45" top="1026" width="93" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-style: italic; text-decoration: underline; font-family: Courier New; font-size: 9px;">Load Case 2</p>
        </content>
      </text>
    </region>
    <region left="45" top="1053" width="412" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">P3</e>
          <e type="operand" style="string">LoadCase2</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1000</e>
          <e type="operand" style="unit">lbf</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="function" args="5">A_AddPointLoad</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="45" top="1080" width="412" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">P4</e>
          <e type="operand" style="string">LoadCase2</e>
          <e type="operand">250</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1000</e>
          <e type="operand" style="unit">lbf</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="function" args="5">A_AddPointLoad</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="27" top="1116" width="125" height="21" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Arial; font-size: 9px;">Add Uniform Loads</p>
        </content>
      </text>
    </region>
    <region left="45" top="1143" width="93" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-style: italic; text-decoration: underline; font-family: Courier New; font-size: 9px;">Load Case 1</p>
        </content>
      </text>
    </region>
    <region left="45" top="1161" width="549" height="39" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">U1</e>
          <e type="operand" style="string">LoadCase1</e>
          <e type="operand">0</e>
          <e type="operand">200</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand">300</e>
          <e type="bracket">(</e>
          <e type="operand" style="unit">lbf</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
          <e type="operand">300</e>
          <e type="bracket">(</e>
          <e type="operand" style="unit">lbf</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
          <e type="function" args="6">A_AddDistributedLoad</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="45" top="1197" width="93" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-style: italic; text-decoration: underline; font-family: Courier New; font-size: 9px;">Load Case 2</p>
        </content>
      </text>
    </region>
    <region left="45" top="1215" width="582" height="39" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">U2</e>
          <e type="operand" style="string">LoadCase2</e>
          <e type="operand">200</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand">300</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">*</e>
          <e type="operand">300</e>
          <e type="bracket">(</e>
          <e type="operand" style="unit">lbf</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
          <e type="operand">300</e>
          <e type="bracket">(</e>
          <e type="operand" style="unit">lbf</e>
          <e type="operand" style="unit">in</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
          <e type="function" args="6">A_AddDistributedLoad</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="18" top="1260" width="63" height="21" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Arial; font-size: 9px;">6.) Solve</p>
        </content>
      </text>
    </region>
    <region left="45" top="1287" width="572" height="24" border="true" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_SolveModel</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">Total Number of Elements:  401; Total Number of DOF's: 804;</e>
        </result>
      </math>
    </region>
    <region left="18" top="1332" width="112" height="21" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Arial; font-size: 9px;">7.) Plot Diagrams</p>
        </content>
      </text>
    </region>
    <region left="54" top="1359" width="579" height="24" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">Imperial_Units_2</e>
          <e type="function" args="1">A_SetDiagramUnits</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">Diagram Units set to Imperial_Units_2.</e>
        </result>
      </math>
    </region>
    <region left="72" top="1395" width="259" height="78" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-style: italic; font-family: Courier New; font-size: 9px;">Note: Diagram Units can be set to:<br />1. "Imperial_Units_1"<br />2. "Imperial_Units_2"<br />3. "SI_Units_1"<br />4. "SI_Units_2"</p>
        </content>
      </text>
    </region>
    <region left="9" top="1746" width="129" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Courier New; font-size: 9px;">For Load Case 1:</p>
        </content>
      </text>
    </region>
    <region left="144" top="1746" width="234" height="24" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">LoadCase1</e>
          <e type="function" args="1">A_SolveLoadCase</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="0" top="1773" width="683" height="147" color="#000000" fontSize="9">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="0.503192210262155" scale_y="0.661392474639819" scale_z="1.39886756908556" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-311" transpose_y="-5" transpose_z="0">
        <input>
          <e type="operand" style="string">LoadCase1</e>
          <e type="function" args="1">A_GetLoadDiagramByLoadCase</e>
        </input>
      </plot>
    </region>
    <region left="0" top="1944" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.518595000368083" scale_y="0.648230764394486" scale_z="1.89969669875817" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-325" transpose_y="-7" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetInternalShearDiagram</e>
        </input>
      </plot>
    </region>
    <region left="0" top="2106" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.452872989235936" scale_y="0.628977662461205" scale_z="1.60967405858709" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-295" transpose_y="4" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetInternalMomentDiagram</e>
        </input>
      </plot>
    </region>
    <region left="0" top="2268" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.483364429440904" scale_y="0.664612776233297" scale_z="1.78852673176343" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-326" transpose_y="1" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetSlopeDiagram</e>
        </input>
      </plot>
    </region>
    <region left="0" top="2430" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.476212121550122" scale_y="0.65477854989342" scale_z="1.76206203333442" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-323" transpose_y="3" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetDisplacementDiagram</e>
        </input>
      </plot>
    </region>
    <region left="9" top="2619" width="129" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Courier New; font-size: 9px;">For Load Case 2:</p>
        </content>
      </text>
    </region>
    <region left="144" top="2619" width="234" height="24" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">LoadCase2</e>
          <e type="function" args="1">A_SolveLoadCase</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="0" top="2646" width="683" height="147" color="#000000" fontSize="9">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="0.490789047036147" scale_y="0.645089839876976" scale_z="1.36438694232487" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-312" transpose_y="-9" transpose_z="0">
        <input>
          <e type="operand" style="string">LoadCase2</e>
          <e type="function" args="1">A_GetLoadDiagramByLoadCase</e>
        </input>
      </plot>
    </region>
    <region left="0" top="2817" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.518595000368083" scale_y="0.648230764394486" scale_z="1.89969669875817" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-328" transpose_y="-3" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetInternalShearDiagram</e>
        </input>
      </plot>
    </region>
    <region left="0" top="2979" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.559102455846834" scale_y="0.648230764394486" scale_z="2.04808200789817" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-329" transpose_y="4" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetInternalMomentDiagram</e>
        </input>
      </plot>
    </region>
    <region left="0" top="3141" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.476212121550122" scale_y="0.65477854989342" scale_z="1.76206203333442" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-326" transpose_y="-4" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetSlopeDiagram</e>
        </input>
      </plot>
    </region>
    <region left="0" top="3303" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.476212121550122" scale_y="0.65477854989342" scale_z="1.76206203333442" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-328" transpose_y="-6" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetDisplacementDiagram</e>
        </input>
      </plot>
    </region>
    <region left="9" top="3492" width="158" height="22" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Courier New; font-size: 9px;">For Load Case 1 &amp; 2:</p>
        </content>
      </text>
    </region>
    <region left="180" top="3492" width="306" height="24" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand" style="string">LoadCase1+LoadCase2</e>
          <e type="function" args="1">A_SolveLoadCase</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="0" top="3519" width="683" height="147" color="#000000" fontSize="9">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="0.529124579500141" scale_y="0.695477807269767" scale_z="1.47095920638987" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-311" transpose_y="-10" transpose_z="0">
        <input>
          <e type="operand" style="string">LoadCase1+LoadCase2</e>
          <e type="function" args="1">A_GetLoadDiagramByLoadCase</e>
        </input>
      </plot>
    </region>
    <region left="0" top="3681" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.483364429440903" scale_y="0.604193432939361" scale_z="1.77064146444579" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-314" transpose_y="-5" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetInternalShearDiagram</e>
        </input>
      </plot>
    </region>
    <region left="0" top="3843" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.615012701431517" scale_y="0.648230764394486" scale_z="2.25289020868799" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-316" transpose_y="-18" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetInternalMomentDiagram</e>
        </input>
      </plot>
    </region>
    <region left="0" top="4005" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.476212121550122" scale_y="0.65477854989342" scale_z="1.76206203333442" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-327" transpose_y="-2" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetSlopeDiagram</e>
        </input>
      </plot>
    </region>
    <region left="0" top="4167" width="687" height="144" color="#000000" fontSize="9">
      <plot grid="false" type="2d" render="lines" scale_x="0.476212121550122" scale_y="0.65477854989342" scale_z="1.76206203333442" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-327" transpose_y="6" transpose_z="0">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">A_GetDisplacementDiagram</e>
        </input>
      </plot>
    </region>
  </regions>
</worksheet>