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