Sample Programs

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

Other Files

building_design_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.
building_design_schema.nam
Short name abbreviations already installed in ST-Runtime.

Overview

EXPRESS source and associated files for STEP Part 225: Application Protocol for Building Elements Using Explicit Shape Representation. The standard was published in 1999 as ISO 10303-225:1999(E).

The full standard is available on the ISO web site as well as through national standards bodies.


Programming Libraries

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

For Java programming, the ap225lib Jar file is pre-installed and provides AP225-specific classes for use with the ST-Developer Java programming library

  • Import: com.steptools.schemas.building_design_schema
  • Jar File: $(ROSE_LIB)/lib/java/ap225lib.jar
  • Class List
  • How to use