Code here:
https://www.dropbox.com/sh/nzkay28ov4nksqz/u08II_ga3C
I have a part that I've defined as a subclass of Part. When I try to .clone() (on line 106 of filletsCloneProblem.coffee in the code in Dropbox) the part, I get the error:
File: line 215: _ref is undefined
There is no line 215 in the code. I am able to clone the objects created in the objectOriented/defining_parts example, but don't see what the problem is here.