Sample Programs

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

Other Files

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

Overview

EXPRESS source and associated files for STEP Part 201: Application Protocol for Explicit Draughting. The standard was published in 1994 as ISO 10303-201:1994(E).

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


Programming Libraries

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

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

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