Create a Formula for the Width of the Armhole Cuffs

How to calculate the width of the armhole cuffs:

The width of the armhole cuffs are calculated doubling the sum of length of the following armhole segments:


[Width of the Armhole Cuff] = 2*(x+y)


a = ([ Body Width at the Waistband ]-[ Shoulder Width ])/2
b = [
Height of the Armhole Narrowing ]
x = √((([
Body Width at the Waistband ]-[ Shoulder Width ])/2)²+[ Height of the Armhole Narrowing ]²)

Formula for the width of the armhole cuffs:

The final formula for the width of the armhole cuffs results replacing the calculation of x and y in the original formula.
[Width of the armhole cuffs] = 2*(√((([Body Width at the Waistband]-[Shoulder Width])/2)²+[Height of the Armhole Narrowing]²)+[Armhole Drop]–[Height of the Armhole Narrowing])

How to create the formula:

  1. The Dimensions tool window is open.
    1
    Open the context menu of the Row No. column of the Formula table.
    2
    Select Add Main Row.
  1. The pop-up window Formula Editor appears.
  2. 3
    Enter the text Width of Armhole Cuffs as label.
    4
    Click the 2 and * buttons.
  3. The entry in the Calculation field is: 2*
  4. 5
    Click the () button.
  5. The entry in the Calculation field is:
    2*()
  6. 6
    Click the √() button.
  7. The entry in the Calculation field is:
    2*(Sqrt())
  8. 7
    Click the ()² button.
  9. The entry in the Calculation field is:
    2*(Sqrt(Pow(,2)))
  10. 8
    Click the () button.
    9
    The entry in the Calculation field is:
    2*(Sqrt(Pow((),2)))
    10
    Select the Body Width at the Waistband dimension in the list box.
  11. The entry in the Calculation field is:
    2*(Sqrt(Pow(([Body Width at the Waistband]),2)))
  12. 11
    Click the - key.
  13. The entry in the Calculation field is:
    2*(Sqrt(Pow(([Body Width at the Waistband]-),2)))
  14. 12
    Select the Shoulder Width dimension in the list box.
  15. The entry in the Calculation field is:
    2*(Sqrt(Pow(([Body Width at the Waistband]-[Shoulder Width]),2)))
  16. 13
    Click the button.
  17. The cursor in the Calculation field is positioned before the , (comma).
  18. 14
    Click the / and 2 buttons.
  19. The entry in the Calculation field is:
    2*(Sqrt(Pow(([Body Width at the Waistband]-[Shoulder Width])/2,2)))
  20. 15
    Click the button three times.
  21. The cursor in the Calculation field is positioned before the second-last ).
  22. 16
    Click the + and ()² keys.
  23. The entry in the Calculation field is:
    2*(Sqrt(Pow(([Body Width at the Waistband]-[Shoulder Width])/2,2)+Pow(,2)))
  24. 17
    Select the Height of the Armhole Narrowing dimension in the list box.
  25. The entry in the Calculation field is:
    2*(Sqrt(Pow(([Body Width at the Waistband]-[Shoulder Width])/2,2)+Pow([Height of the Armhole Narrowing],2)))
  26. 18
    Click the button four times.
  27. The cursor in the Calculation field is positioned before the last ).
  28. 19
    Click the + button.
    20
    Select the Armhole Drop dimension in the list box.
  29. The entry in the Calculation field is:
    2*(Sqrt(Pow(([Body Width at the Waistband]-[Shoulder Width])/2,2)+Pow([Height of the Armhole Narrowing],2))+[Armhole Drop])
  30. 21
    Click the - key.
    22
    Select the Height of the Armhole Narrowing dimension in the list box.
    23
    The entry in the Calculation field is:
    2*(Sqrt(Pow(([Body Width at the Waistband]-[Shoulder Width])/2,2)+Pow([Height of the Armhole Narrowing],2))+[Armhole Drop]-[Height of the Armhole Narrowing])
    24
    Confirm with .
  31. The Formula Editor closes.
  1. A row with the Width of the Armhole Cuffs formula is added at the bottom of the Formula table.