| Description: | Exports a PointMesh to a file. | 
| Syntax: | " ExportPointMesh inMeshId fileName" where: - inMeshId is an id number identifying the PointMesh to export - fileName is full path of filename to create - can have spaces. The format type is determined by the file extension. (.txt, .stl, etc.) | 
| Return: | "1" if export is successful or "0" if this command failed. | 
| Example: | " ExportPointMesh 1 4 c:\Exports\Mesh 4.txt" return "1" |