Fix bug In CreateLathe constructor when assigning var arc
Added another ternary expression to test if options.arc exists before
using testing if options.arc <= 0 || options.arc > 1.
It might be worth considering using the Typescript compiler option
--strictNullChecks which can catch this type of bug.