cm.abstract.materialHandling.storage

In this release, new concept of multi structure is introduce. This multi structure enables snapper/entry to have nested same-classification children. For example, a multi bay has 2 sub bay children. In order to support this structure, there are few behaviors and engine functions added to handle these multi cases separately from the normal structure.

cm.abstract.unitLoad

There is a change on how we stream UnitLoadContainer and its unit loads. This is so that failing to unstream one unit load will not cause the entire UnitLoadContainer to fail to unstream.

cm.core

cm.core.part

As of 16.0, preview image support has been implemented for core Parts and is no longer exclusive to DsParts.

The system for generating preview images is:

  1. Preview images are saved to cmWritable("tmp/partPreviewImageCache/")
  2. A str->Url map is stored in Space cacheData for easy access
  3. Post finalize after merge hook collects unrendered parts (cm/core/part/hooks.cm)
  4. If unrendered parts list is large enough, renderPartPreviewImagesTask task begins (cm/core/part/tasks.cm)

cm.core.part.query

As a part of the effort to standardize and improve query dialogs utilized in CET, we have created a core implementation of Query Dialogs for Parts and PropObjs. This new implementation is meant to phase out the current implementation in cm/abstract/tools/queryDialog/abstractQueryDialog.cm.

This Query dialog is designed to be opt-in and it should not require migration effort. The code for the QueryDialog system can be found in the cm.core.part.query package. An overridden implementation for handling ProdParts and SpecOptions can be found in cm.abstract.party.query.