Create a Formula for the Front Collar Width

The front collar width is calculated as the sum of the lengths of the following segments:

As the lengths of the diagonal segments only are approximations to the lengths of the curves, they are multiplied additionally by a correction factor.

[Collar Width] = x*2*Correction factor+[Cast-off Width at Front Neck]

The value of the correction factor is experience-based and is 1.1.
[Collar Width] = x*2*1.1+[Cast-off Width at Front Neck]

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 Front Collar Width as label.
    4
    Click the √() button.
  3. The entry in the Calculation field is: Sqrt()
  4. 5
    Click the ()² button.
  5. The entry in the Calculation field is: Sqrt(Pow())
  6. 6
    Select the Neck Drop at the Front dimension in the list box.
  7. Sqrt(Pow([Neck Drop at the Front],2))
  8. 7
    Click the button three times.
  9. The cursor in the Calculation field is positioned before the last ).
  10. 8
    Click the + button.
  11. The entry in the Calculation field is:
    Sqrt(Pow([Neck Drop at the Front],2)+)
  12. 9
    Click the ()² button.
  13. The entry in the Calculation field is:
    Sqrt(Pow([Neck Drop at the Front],2)+Pow(,2))
  14. 10
    Click the () button.
  15. The entry in the Calculation field is:
    Sqrt(Pow([Neck Drop at the Front],2)+Pow((),2))
  16. 11
    Select the Neck Width dimension in the list box.
  17. The entry in the Calculation field is:
    Sqrt(Pow([Neck Drop at the Front],2)+Pow(([Neck Width]),2))
  18. 12
    Click the button.
  19. The entry in the Calculation field is:
    Sqrt(Pow([Neck Drop at the Front],2)+Pow(([Neck Width]-),2))
  20. 13
    Select the dependent dimension Cast-off Width at Front Neck in the list box.
  21. The entry in the Calculation field is:
    Sqrt(Pow([Neck Drop at the Front],2)+Pow(([Neck Width]-[Cast-off Width at Front Neck]),2))
  22. 14
    Click the button.
  23. The cursor in the Calculation field is positioned before the text ,2)).
  24. 15
    Click the / and 2 buttons.
  25. The entry in the Calculation field is:
    Sqrt(Pow([Neck Drop at the Front],2)+Pow(([Neck Width]-[Cast-off Width at Front Neck])/2,2))
  26. 16
    Click the button enough times to position the cursor in the Calculation field after the last ).
    17
    Click the *, 2, *, 1,  . , 1 buttons.
  27. The entry in the Calculation field is:
    Sqrt(Pow([Neck Drop at the Front],2)+Pow(([Neck Width]-[Cast-off Width at Front Neck])/2,2))*2*1.1
  28. 18
    Click the + button.
    19
    Click the button.
  29. The entry in the Calculation field is:
    Sqrt(Pow([Neck Drop at the Front],2)+Pow(([Neck Width]-[Cast-off Width at Front Neck])/2,2))*2*1.1+[Cast-off Width at Front Neck]
  30. 20
    Confirm with .
  31. The Formula Editor closes.
  1. A row with the Front Collar Width formula is added at the bottom of the Formula table.