Overview

EXPRESS source and associated files for STEP Part 203: Application Protocol for Configuration Controlled Design. The standard was originally published in 1994 and was subsequently amended in 2000 as ISO 10303-203:1994/Amd1:2000(E).

Programming Libraries

For C++ programming, the ap203lib class library is pre-installed and provides AP203-specific classes for use with the ST-Developer ROSE programming library. The Merged CAD Library can also be used to build AP203, AP203e2, AP214, and AP242 applications.
  • Include File: stp_schema.h
  • Include Path: $(ROSE_INCLUDE)/ap203lib
  • Library Path: $(ROSE_LIB) with ap203lib.lib or -lap203lib
  • Class List
  • How to use

For Java programming, the ap203lib jar file is pre-installed and provides AP203-specific classes for use with the ST-Developer Java programming library

  • Import: com.steptools.schemas.config_control_design
  • Jar File: $(ROSE)/lib/java/ap203lib.jar
  • Class List
  • How to use

In addition, the ap203check specialty checker is available and has been customized for AP203 data sets.