Overview
EXPRESS source and associated files for STEP Part 240: Application
Protocol For Process Plans For Machined Products. The standard was
published in 2005 as ISO 10303-240:2005(E).
The full standard is
available
on the ISO web site
as well as through national standards bodies.
Programming Libraries
For C++ programming, the ap240lib class
library is pre-installed and provides AP240-specific classes for use
with the ST-Developer ROSE
programming library
- Include File: stp_schema.h
- Include Path: $(ROSE_INCLUDE)/ap240lib
- Library Path: $(ROSE_LIB) with
ap240lib.lib or
-lap240lib
- Class List
- How to use
For Java programming, the ap240lib Jar file
is pre-installed and provides AP240-specific classes for use with the
ST-Developer Java programming
library
- Import: com.steptools.schemas.process_planning_schema
- Jar File: $(ROSE_LIB)/lib/java/ap240lib.jar
- Class List
- How to use
|