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) and was updated with corrections (TC1) in 2008.

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/java/ap215lib.jar
  • Class List
  • How to use