Sample Programs

PRODUCT
Creates a product with all of the STEP backbone entities needed to get started with properties.
 

Other Files

ap239_product_life_cycle_support_mim_lf.ws
An example working set with recommended complex instance combinations (AND/ORs). Use this if you generate your own C++ classes with the EXPRESS compiler.
ap239_product_life_cycle_support_mim_lf.nam
Short name abbreviations already installed in ST-Runtime.

Overview

EXPRESS source and associated files for STEP Part 239: Application Protocol For Product Life Cycle Support. The standard was published in 2005 as ISO 10303-239:2005(E).

The full standard is available on the ISO web site as well as through national standards bodies. More information can also be found at http://www.plcs-resources.org/.


Programming Libraries

For C++ programming, the ap239lib class library is pre-installed and provides AP239-specific classes for use with the ST-Developer ROSE programming library
  • Include File: stp_schema.h
  • Include Path: $(ROSE_INCLUDE)/ap239lib
  • Library Path: $(ROSE_LIB) with ap239lib.lib or -lap239lib
  • Class List
  • How to use

For Java programming, the ap239lib Jar file is pre-installed and provides AP239-specific classes for use with the ST-Developer Java programming library

  • Import: com.steptools.schemas.ap239_product_life_cycle_support_mim_lf
  • Jar File: $(ROSE_LIB)/lib/java/ap239lib.jar
  • Class List
  • How to use