Overview
AP232 is formally known as STEP Part 232: Application Protocol for Technical Data Packaging Core Information and Exchange. The standard was published in 2002 as ISO 10303-232:2002(E).
Programming Notes
The AP224 schema is the same for all editions and is identified by
the StplibSchemaType stplib_schema_ap232
enum.
RoseDesign * d; // first edition "TECHNICAL_DATA_PACKAGING" stplib_put_schema (d, stplib_schema_ap232); switch (stplib_get_schema(d)) { case stplib_schema_ap232: // ap232 first edition }
The following recommended practices document covers the AP232 schema. More recommended practices are available on the CAx-IF site for things introduced in AP203e2 and AP242.