diff options
-rw-r--r-- | circle_fraction_skirt.val | 46 |
1 files changed, 40 insertions, 6 deletions
diff --git a/circle_fraction_skirt.val b/circle_fraction_skirt.val index 702bc4d..73dcd52 100644 --- a/circle_fraction_skirt.val +++ b/circle_fraction_skirt.val @@ -7,10 +7,10 @@ <description/> <notes/> <patternName>Circle fraction skirt</patternName> - <patternNumber></patternNumber> - <company></company> - <customer></customer> - <size></size> + <patternNumber/> + <company/> + <customer/> + <size/> <showDate>true</showDate> <showMeasurements>true</showMeasurements> <measurements>../measurements/Rhonda.vit</measurements> @@ -18,6 +18,9 @@ <increment description="" formula="height_waist_side_to_knee" name="#skirt_lenght"/> <increment description="fraction of circle for 1/4 of the skirt" formula="1/16" name="#angle"/> <increment description="amount of gathering at the waist" formula="1.5" name="#gather"/> + <increment description="" formula="16" name="#pocket_opening"/> + <increment description="" formula="16" name="#pocket_width"/> + <increment description="" formula="24" name="#pocket_height"/> </increments> <draw name="skirt"> <calculation> @@ -31,6 +34,14 @@ <point firstPoint="2" id="8" length="height_waist_side_to_hip" lineColor="black" mx="0.132292" my="0.264583" name="A5" secondPoint="3" type="alongLine" typeLine="none"/> <arc angle1="270" angle2="-90 + 360 * #angle" center="1" color="black" id="9" radius="Line_A_A1 + Line_A1_A5" type="simple"/> <point firstPoint="5" id="10" length="Line_A1_A5" lineColor="black" mx="0.132292" my="0.264583" name="A6" secondPoint="6" type="alongLine" typeLine="none"/> + <point firstPoint="1" id="20" length="#pocket_opening" lineColor="black" mx="0.132292" my="0.264583" name="A7" secondPoint="2" type="alongLine" typeLine="none"/> + <point angle="0" basePoint="1" id="21" length="#pocket_width" lineColor="black" mx="0.132292" my="0.264583" name="A8" type="endLine" typeLine="hair"/> + <point firstPoint="21" id="22" length="CurrentLength/4" lineColor="black" mx="0.132292" my="0.264583" name="A9" secondPoint="1" type="alongLine" typeLine="none"/> + <point angle="270" basePoint="22" id="23" length="#pocket_height" lineColor="black" mx="0.132292" my="0.264583" name="A10" type="endLine" typeLine="hair"/> + <point angle="270" basePoint="21" id="24" length="7" lineColor="black" mx="0.132292" my="0.264583" name="A11" type="endLine" typeLine="hair"/> + <spline angle1="0" angle2="90" color="black" id="25" length1="6" length2="5" point1="1" point4="24" type="simpleInteractive"/> + <spline angle1="270" angle2="0" color="black" id="26" length1="5" length2="6" point1="24" point4="23" type="simpleInteractive"/> + <spline angle1="180" angle2="0" color="black" id="27" length1="4" length2="10" point1="23" point4="20" type="simpleInteractive"/> </calculation> <modeling> <point id="11" idObject="2" inUse="true" mx="0.132292" my="0.264583" type="modeling"/> @@ -40,14 +51,21 @@ <arc id="15" idObject="7" inUse="true" type="modeling"/> <point id="16" idObject="3" inUse="true" mx="0.132292" my="0.264583" type="modeling"/> <arc id="18" idObject="9" inUse="true" type="modeling"/> - <path id="19" name="hip_line" type="2" typeLine="dotLine"> + <path id="19" inUse="true" name="hip_line" type="2" typeLine="dotLine"> <nodes> <node idObject="18" reverse="0" type="NodeArc"/> </nodes> </path> + <point id="28" idObject="1" inUse="true" mx="0.132292" my="0.264583" type="modeling"/> + <spline id="29" idObject="25" inUse="true" type="modelingSpline"/> + <point id="30" idObject="24" inUse="true" mx="0.132292" my="0.264583" type="modeling"/> + <spline id="31" idObject="26" inUse="true" type="modelingSpline"/> + <point id="32" idObject="23" inUse="true" mx="0.132292" my="0.264583" type="modeling"/> + <spline id="33" idObject="27" inUse="true" type="modelingSpline"/> + <point id="34" idObject="20" inUse="true" mx="0.132292" my="0.264583" type="modeling"/> </modeling> <details> - <detail forbidFlipping="true" id="17" inLayout="true" mx="0" my="0" name="panel" seamAllowance="true" united="false" version="2" width="2"> + <detail forbidFlipping="true" id="17" mx="0" my="0" name="panel" seamAllowance="true" united="false" version="2" width="2"> <data fontSize="0" height="5" letter="A" mx="103.502" my="3660.44" rotation="0" visible="true" width="5"> <mcp cutNumber="2" material="0" placement="1"/> </data> @@ -65,6 +83,22 @@ <record path="19"/> </iPaths> </detail> + <detail forbidFlipping="true" id="35" inLayout="true" mx="0" my="0" name="pocket" seamAllowance="true" united="false" version="2" width="1"> + <data fontSize="0" height="5" letter="B" mx="91.0945" my="255.081" rotation="0" visible="true" width="5"> + <mcp cutNumber="2" material="1" placement="0"/> + </data> + <patternInfo fontSize="0" height="5" mx="91.0945" my="111.36" rotation="0" visible="true" width="5"/> + <grainline arrows="0" length="90" mx="0" my="0" rotation="1" visible="false"/> + <nodes> + <node before="2" idObject="28" type="NodePoint"/> + <node idObject="29" reverse="0" type="NodeSpline"/> + <node idObject="30" type="NodePoint"/> + <node idObject="31" reverse="0" type="NodeSpline"/> + <node idObject="32" type="NodePoint"/> + <node idObject="33" reverse="0" type="NodeSpline"/> + <node after="2" idObject="34" type="NodePoint"/> + </nodes> + </detail> </details> <groups/> </draw> |