Overview

Global dimension functions removed and replaced with methods in XpShape.

Compile Time Changes

Global dimension functions removed:

Removed: public double getCabinetWidth(XpShape shape)
Removed: public double getCabinetDepth(XpShape shape)
Removed: public double getMeasureWidth(XpShape shape)
Removed: public double getMeasureDepth(XpShape shape)
Removed: public double getMeasureHeight(XpShape shape)

Use these methods instead:

public double nominalHeight()
public double nominalWidth()
public double nominalHeight()