Sample Programs

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

Other Files

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

Overview

EXPRESS source and associated files for STEP Part 202: Application Protocol for Associative Drafting. The standard was published in 1996 as ISO 10303-202:1996(E). The original EXPRESS source was mistakenly published with multiple schemas rather than having been merged into a single "long form", so we have included a corrected version.

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


Programming Libraries

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

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

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