Data Exchange

Have you got a sample with Windows and MFC for Data Exchange (for STEP AP203) ?

Christian CAILLET's picture

Samples are in preparation for data exchange and some other items

Actual state for them is IGES and STEP214. But when READING, the protocol AP203 is dynamically recognised and processed as well. For WRITING, you can switch the STEP processor by setting a parameter, it is MODAL :

Interface_Static::SetCVal("write.step.schema","AP203"); to write AP203

To return on AP214, two variants, CD (which is default) and DIS :

Interface_Static::SetCVal("write.step.schema","AP214CD"); AP214 CD (the default) Interface_Static::SetCVal("write.step.schema","AP214DIS"); AP214 DIS (more advanced)