Note: To enter feet & inches, enter them as (feet*12)+inches. So 2' 7" would be entered as (2*12)+7
CONVERTING MODEL DIMENSIONS You can convert measurements from say 1/400 to 1/500. To do this:
*ENTERING FRACTIONS: Expressions entered in the boxes are evaluated before being further processed. Interestingly, if you input a mixed measure like "12-1/2" instead of "12.5", it evaluates the expression as "12 minus 1 divided by 2", the result of which is "11.5". Therefore, you can enter fractional inches if you input the value as "12+1/2" (using "plus" instead of "minus"). The expression will be evaluated as a decimal value. However, if you input the measure as "12 1/2" (without the "plus" or "minus" operator) you will cause a Javascript error because that doesn't evaluate to anything (The "space" character is not a valid mathematical operator).
Because it evaluates the expression you enter, you can enter something like (5*12)+4+(3/4), which is like saying "five feet four and three-quarter inches" (5 feet times 12 inches plus 4 inches plus 3/4 of an inch).