diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-07-27 17:52:27 +0200 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-07-27 17:52:27 +0200 | 
| commit | 0cf1f3291a2fa3a22e57c48bf9f532473a400ad4 (patch) | |
| tree | f1b191e753f644f64aa4b12d9c9efa35f50bc8eb | |
| parent | 29713d687cb24898ed87a287ad26bbaca296b720 (diff) | |
Drawers: added space for buttons
| -rw-r--r-- | american_system_drawers.val | 17 | 
1 files changed, 15 insertions, 2 deletions
diff --git a/american_system_drawers.val b/american_system_drawers.val index 5e1234b..dae1b75 100644 --- a/american_system_drawers.val +++ b/american_system_drawers.val @@ -36,7 +36,7 @@              <spline angle1="355.094" angle2="91.561" color="black" id="15" length1="8.91511" length2="9.26323" point1="12" point4="13" type="simpleInteractive"/>              <point angle="90" basePoint="1" id="28" length="15" lineColor="black" mx="0.132292" my="0.264583" name="A4" type="endLine" typeLine="hair"/>              <point firstPoint="28" id="31" length="6.25" lineColor="black" mx="0.132292" my="0.264583" name="Abb" secondPoint="1" type="alongLine" typeLine="none"/> -            <point firstPoint="1" id="54" length="waist_circ / 2 + 2.5" lineColor="black" mx="2.49589" my="-1.76136" name="A9" secondPoint="2" type="alongLine" typeLine="none"/> +            <point firstPoint="1" id="54" length="waist_circ / 2 + 2.5 + 2" lineColor="black" mx="2.27803" my="-1.76136" name="A9" secondPoint="2" type="alongLine" typeLine="none"/>              <point firstPoint="54" id="55" mx="0.132292" my="0.264583" name="A5" secondPoint="28" type="pointOfIntersection"/>              <point firstPoint="55" id="60" length="3.7" lineColor="black" mx="0.132292" my="0.264583" name="Aba" secondPoint="28" type="alongLine" typeLine="none"/>              <spline angle1="197.03" angle2="0" color="black" id="61" length1="6.03476" length2="5" point1="60" point4="31" type="simpleInteractive"/> @@ -45,6 +45,8 @@              <point angle="0" basePoint="5" id="68" length="10" lineColor="cornflowerblue" mx="0.132292" my="0.264583" name="A6" type="endLine" typeLine="hair"/>              <point angle="270" basePoint="68" id="69" length="10" lineColor="cornflowerblue" mx="0.132292" my="0.264583" name="A7" type="endLine" typeLine="hair"/>              <point firstPoint="5" id="70" mx="0.132292" my="0.264583" name="A8" secondPoint="69" type="pointOfIntersection"/> +            <point id="76" length="Spl_A_Abd - 2" mx="0.132292" my="0.264583" name="A10" spline="65" type="cutSpline"/> +            <point id="77" length="2" mx="0.132292" my="0.264583" name="A11" spline="61" type="cutSpline"/>          </calculation>          <modeling>              <point id="16" idObject="10" inUse="true" mx="0.132292" my="0.264583" type="modeling"/> @@ -71,7 +73,7 @@              <point id="72" idObject="68" inUse="true" mx="0.132292" my="0.264583" type="modeling"/>              <point id="73" idObject="69" inUse="true" mx="0.132292" my="0.264583" type="modeling"/>              <point id="74" idObject="70" inUse="true" mx="0.132292" my="0.264583" type="modeling"/> -            <path id="75" name="test_square" type="2" typeLine="hair"> +            <path id="75" inUse="true" name="test_square" type="2" typeLine="hair">                  <nodes>                      <node idObject="71" type="NodePoint"/>                      <node idObject="72" type="NodePoint"/> @@ -79,6 +81,14 @@                      <node idObject="74" type="NodePoint"/>                  </nodes>              </path> +            <point id="78" idObject="76" inUse="true" mx="0.132292" my="0.264583" type="modeling"/> +            <point id="79" idObject="77" inUse="true" mx="0.132292" my="0.264583" type="modeling"/> +            <path id="80" name="center_back" type="2" typeLine="hair"> +                <nodes> +                    <node idObject="78" type="NodePoint"/> +                    <node idObject="79" type="NodePoint"/> +                </nodes> +            </path>          </modeling>          <details>              <detail closed="1" forbidFlipping="false" id="27" mx="0.0762071" my="0" name="leg" seamAllowance="true" united="false" version="2" width="1"> @@ -123,6 +133,9 @@                      <node idObject="66" reverse="0" type="NodeSpline"/>                      <node after="0" idObject="40" type="NodePoint"/>                  </nodes> +                <iPaths> +                    <record path="80"/> +                </iPaths>              </detail>          </details>          <groups/>  | 
