Sample Programs

GEOMETRY
Creates a product with all of the STEP backbone entities needed to get started with geometry.
PROPERTY
Creates a product with all of the STEP backbone entities needed to create descriptive and measure properties.
ROUND HOLE
Creates a round hole feature with the parametric description (circular profile swept along a linear path) and a flat bottom condition.
 

Other Files

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

Overview

EXPRESS source and associated files for STEP Part 219: Application Protocol for Dimensional inspection information exchange. The standard will be published in late 2007 as ISO 10303-219:2007(E).

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


Programming Libraries

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

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

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