PROGRAMMING GUIDE
This section describes how to initiate the process of creating a model file and how to export that data to a physical file.
A3DAsmModelFile* pModelFile = createModelFile();
if (p != NULL) { if (_access(pcPRCName, 00) != -1) _unlink(pcPRCName); A3DInt32 iRet = A3DAsmModelFileWriteToFile(p, NULL, pcPRCName);
A3DAsmModelFileDelete(pModelFile);
NOTE: The Exchange API functions in this chapter are described as though implicit linking were possible. Wherever you see a direct call to one of these functions, you should instead use the pointer to the function. See Implementing external linking.