Sample Programs

GEOMETRY
Creates a product with all of the STEP backbone entities needed to get started with geometry.
 

Other Files

Sample Data Files
Sample AP216 files shipped with ST-Developer
ship_moulded_form_schema.ws
An example working set with recommended complex instance combinations (AND/ORs). Use this if you generate your own C++ classes with the EXPRESS compiler.
ship_moulded_form_schema.nam
Short name abbreviations already installed in ST-Runtime.

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).

The full standard is 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)/lib/java/ap216lib.jar
  • Class List
  • How to use