Overview

EXPRESS source and associated files for STEP Part 216: Application Protocol for Ship Moulded Forms. The standard was published in 2003 as ISO 10303-216:2003(E) and was updated with corrections (TC1) in 2008.

The full standard and corrections are available on the ISO web site as well as through national standards bodies.

Programming Libraries

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

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

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