cd

Overview

EXPRESS source and associated files for STEP Part 210: Application Protocol For Electronic Assembly, Interconnection, and Packaging Design. The standard was published in 2001 and replaced by a second edition published in 2011 as ISO 10303-210:2010(E).

Programming Libraries

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

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

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