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).
The
original 1994 document and the
amendment are on the
ISO web site
as well as through national standards bodies.
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
- 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)/lib/java/ap203lib.jar
- Class List
- How to use
In addition to the other ST-Developer
Utilities, the ap203check specialty checker is available
and has been customized for AP203 data sets.
|