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 AP227 files shipped with ST-Developer
plant_spatial_configuration.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.
plant_spatial_configuration.nam
Short name abbreviations already installed in ST-Runtime.

Overview

EXPRESS source and associated files for STEP Part 227: Application Protocol for Plant Spatial Configuration. The standard was originally published in 2001, but was replaced by the second edition issued in 2005 as ISO 10303-227:2005(E).

The full standard is available on the ISO web site as well as through national standards bodies. You may also want to refer to NISTs PlantSTEP website for additional information.


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)/lib/java/ap227lib.jar
  • Class List
  • How to use