Description
Enable a data transfer path for STL data from the Cimatron E process space to that of the FASTFrame. This defines a shared memory resource for the data transfer. The structure is basically a dynamic list of vertices and faces where the faces contain encoded connectivity information. The API user is responsible for the Memory Map File.
Syntax
SaveToMemory(iNameOfSharedMemory);
| Input: (String) iNameOfSharedMemory | The name of the Memory Map File which all the STL data is stored into. This file is created by the user. |