|  |  | @@ -68,6 +68,10 @@ function makeHeight(info, category, prefix = "", type = "objects", rename = true | 
		
	
		
			
			|  |  |  | name: rename ? object[0].replace(/-/g, " ").replace(/\b\w/g, x => x.toUpperCase()).replace(/'[A-Z]/g, x => x.toLowerCase()) : object[0], | 
		
	
		
			
			|  |  |  | rename: true | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | if (object[4] !== undefined) { | 
		
	
		
			
			|  |  |  | views[object[0]].volume = object[4] | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | return { | 
		
	
	
		
			
				|  |  | @@ -773,6 +777,37 @@ function makeObjects() { | 
		
	
		
			
			|  |  |  | "" | 
		
	
		
			
			|  |  |  | )); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | results.push(makeHeight( | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | ["000 Capsule", 26.1, "mm"], | 
		
	
		
			
			|  |  |  | ["00E Capsule", 25.3, "mm"], | 
		
	
		
			
			|  |  |  | ["00 Capsule", 23.4, "mm"], | 
		
	
		
			
			|  |  |  | ["0E Capsule", 23.5, "mm"], | 
		
	
		
			
			|  |  |  | ["0 Capsule", 21.6, "mm"], | 
		
	
		
			
			|  |  |  | ["1 Capsule", 19.4, "mm"], | 
		
	
		
			
			|  |  |  | ["2 Capsule", 17.6, "mm"], | 
		
	
		
			
			|  |  |  | ["3 Capsule", 15.7, "mm"], | 
		
	
		
			
			|  |  |  | ["4 Capsule", 14.3, "mm"], | 
		
	
		
			
			|  |  |  | ["5 Capsule", 11.1, "mm"], | 
		
	
		
			
			|  |  |  | ], | 
		
	
		
			
			|  |  |  | "Pills", | 
		
	
		
			
			|  |  |  | "" | 
		
	
		
			
			|  |  |  | )); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | results.push(makeHeight( | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | ["10' Container", 8 + 6/12, "feet", "./media/objects/shipping-containers/10-foot.svg", math.unit(536.3, "ft^3")], | 
		
	
		
			
			|  |  |  | ["20' Container", 8 + 6/12, "feet", "./media/objects/shipping-containers/20-foot.svg", math.unit(1169, "ft^3")], | 
		
	
		
			
			|  |  |  | ["40' Container", 8 + 6/12, "feet", "./media/objects/shipping-containers/40-foot.svg", math.unit(2385, "ft^3")], | 
		
	
		
			
			|  |  |  | ["40' High Cube Container", 9 + 6/12, "feet", "./media/objects/shipping-containers/40-foot-high-cube.svg", math.unit(2660, "ft^3")], | 
		
	
		
			
			|  |  |  | ["45' High Cube Container", 9 + 6/12, "feet", "./media/objects/shipping-containers/45-foot-high-cube.svg", math.unit(3040, "ft^3")], | 
		
	
		
			
			|  |  |  | ["Container Front", 8 + 6/12, "feet", "./media/objects/shipping-containers/front-normal.svg", math.unit(2385, "ft^3")], | 
		
	
		
			
			|  |  |  | ["High Cube Container Front", 9 + 6/12, "feet", "./media/objects/shipping-containers/front-high-cube.svg", math.unit(2660, "ft^3")], | 
		
	
		
			
			|  |  |  | ], | 
		
	
		
			
			|  |  |  | "Shipping Containers", | 
		
	
		
			
			|  |  |  | "" | 
		
	
		
			
			|  |  |  | )); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | console.log(results[results.length - 1]) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | return results; | 
		
	
	
		
			
				|  |  | 
 |