ST-Developer 12
Patch 031 -- CIS/2 Library Update
 
NOTE:  This patch has been replaced by Patch 32.
 
DESCRIPTION:

The CIS/2 library shipped with ST-Developer 12 does not contain
classes for some complex instance combinations that appear in CIS/2
data.  In particular, each subtype of PART can be combined with the
STRUCTURAL_FRAME_PRODUCT_WITH_MATERIAL type to assign a material.

Without the classes, applications could read data containing the
combinations, but would not easily be able to work with them or create
new data containing them.

The following new combinations have been added to the workingset file:

  ## Parts with associated materials
  ANDOR(structural_frame_product_with_material part_complex)
  ANDOR(structural_frame_product_with_material part_derived)
  ANDOR(structural_frame_product_with_material part_prismatic_complex)
  ANDOR(structural_frame_product_with_material part_prismatic_complex_tapered)
  ANDOR(structural_frame_product_with_material part_prismatic_simple)
  ANDOR(structural_frame_product_with_material part_prismatic_simple_cambered)
  ANDOR(structural_frame_product_with_material part_prismatic_simple_cambered_absolute)
  ANDOR(structural_frame_product_with_material part_prismatic_simple_cambered_relative)
  ANDOR(structural_frame_product_with_material part_prismatic_simple_castellated)
  ANDOR(structural_frame_product_with_material part_prismatic_simple_curved)
  ANDOR(structural_frame_product_with_material part_sheet)
  ANDOR(structural_frame_product_with_material part_sheet_bounded)
  ANDOR(structural_frame_product_with_material part_sheet_bounded_complex)
  ANDOR(structural_frame_product_with_material part_sheet_bounded_simple)
  ANDOR(structural_frame_product_with_material part_sheet_profiled) 


This results in the following new C++ classes:

  part_complex_and_structural_frame_product_with_material
  part_derived_and_structural_frame_product_with_material
  part_prismatic_complex_and_structural_frame_product_with_material
  part_prismatic_complex_tapered_and_structural_frame_product_with_material
  part_prismatic_simple_and_structural_frame_product_with_material
  part_prismatic_simple_cambered_absolute_and_structural_frame_product_with_material
  part_prismatic_simple_cambered_and_structural_frame_product_with_material
  part_prismatic_simple_cambered_relative_and_structural_frame_product_with_material
  part_prismatic_simple_castellated_and_structural_frame_product_with_material
  part_prismatic_simple_curved_and_structural_frame_product_with_material
  part_sheet_and_structural_frame_product_with_material
  part_sheet_bounded_and_structural_frame_product_with_material
  part_sheet_bounded_complex_and_structural_frame_product_with_material
  part_sheet_bounded_simple_and_structural_frame_product_with_material
  part_sheet_profiled_and_structural_frame_product_with_material 


AVAILABILITY:

Installers for win32 and win64 versions are available that replace
this library in the ST-Developer 12 distribution.

    Replaced by Patch 32