Overview
EXPRESS source and associated files for STEP Part 203 Edition 2:
Application Protocol for Configuration controlled 3D design of
mechanical parts and assemblies. The second edition was published in
2005 as ISO/TS 10303-203:2005(E). This version was published as a
technical specification rather than an international standard and was
completely restructured as a modular document.
Refer to the first edition of AP203 for
recommended practices and other supporting information. The
second edition document is available on the
ISO web site
as well as through national standards bodies.
Programming Libraries
For C++ programming, the ap203e2lib class
library is pre-installed and provides AP203E2-specific classes for use
with the ST-Developer ROSE
programming library
- Include File: stp_schema.h
- Include Path: $(ROSE_INCLUDE)/ap203e2lib
- Library Path: $(ROSE_LIB) with
ap203e2lib.lib or
-lap203e2lib
- Class List
- How to use
For Java programming, the ap203e2lib Jar file
is pre-installed and provides AP203E2-specific classes for use with the
ST-Developer Java programming
library
- Import: com.steptools.schemas.configuration_control_3d_design_mim_lf
- Jar File: $(ROSE_LIB)/lib/java/ap203e2lib.jar
- Class List
- How to use
|