Overview

EXPRESS source and associated files for STEP Part 218: Application Protocol for Ship Structures. The standard was published in 2004 as ISO 10303-218:2004(E).

Programming Libraries

For C++ programming, the ap218lib class library is pre-installed and provides AP218-specific classes for use with the ST-Developer ROSE programming library
  • Include File: stp_schema.h
  • Include Path: $(ROSE_INCLUDE)/ap218lib
  • Library Path: $(ROSE_LIB) with ap218lib.lib or -lap218lib
  • Class List
  • How to use

For Java programming, the ap218lib jar file is pre-installed and provides AP218-specific classes for use with the ST-Developer Java programming library

  • Import: com.steptools.schemas.ship_structures_schema
  • Jar File: $(ROSE)/lib/java/ap218lib.jar
  • Class List
  • How to use