public FlatShape2d(FlatShape2d copyFlatShape2d) { this.plane = new Scientrace.Plane(copyFlatShape2d.plane); }