Compile Time Changes

WgApplianceEnv

Removed old constructor:

Removed: public constructor(str article,
         str brand=null,
		 str model3DStr=null,
		 str productCode=null,
		 str eanCode=null,
		 str extProductSheetLink=null,
		 str cetType=null,
		 size snapperSize = (0, 0, 0),
		 size nicheSize = (0, 0, 0),
		 double depthOffset=0,
		 double heightOffset=0,
		 fanCm3DType fanType=fanCm3DType.undefined,
		 whitegoodsFrontType front=whitegoodsFrontType.undefined,
		 str accessoriesList=null,
		 str imageStr=null,
		 symbol creatorPkg=#:package : caller eval,
		 bool hidden=false)

Instead use:

public constructor(str article,
		           str brand=null,
		           str model3DStr=null,
		           str productCode=null,
		           str eanCode=null,
		           str extProductSheetLink=null,
		           str cetType=null,
		           size snapperSize = (0, 0, 0),
		           size nicheSize = (0, 0, 0),
		           double depthOffset=0,
		           double heightOffset=0,
		           fanCm3DType fanType=fanCm3DType.undefined,
		           whitegoodsFrontType front=whitegoodsFrontType.undefined,
		           str accessoriesList=null,
		           str imageStr=null,
		           symbol creatorPkg=#:package : caller eval,
		           bool hidden=false,
		           str rsKey=null)