Overview

EXPRESS source and associated files for STEP Part 227: Application Protocol for Plant Spatial Configuration. The standard was first published in 2001, then replaced by a second edition issued in 2005 as ISO 10303-227:2005(E) and was updated with corrections (TC1) in 2008.

Programming Libraries

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

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

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