Overview

EXPRESS source and associated files for STEP Part 209: Application Protocol for Composite and Metallic Structural Analysis and Related Design. The standard was published in 2001 as ISO 10303-209:2001(E).

Programming Libraries

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

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

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

In addition, the ap209check specialty checker is available and has been customized for AP209 data sets.