Global dimension functions removed and replaced with methods in XpShape.
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()