stl2ply
This page shows the steps necessary to convert a binary STL file into the Cyberware PLY format.
There are two paths, one from Mtool/PlyTool (may require a license) and one using the command-line
converter stl2ply:
Mtool/PlyTool
Following is an example of how to use Mtool to open an STL file and save it in the Cyberware PLY file format:
- Launch Mtool/PlyTool by double-clicking the icon or by selecting the program from the Start menu
( Start | All Programs | headus | Mtool/PlyTool):
You'll see the PlyTool/Mtool application on your screen.
 |
| Mtool/PlyTool |
- Click on the white arrow next to Input:
 |
| Input Button |
You will now see the file selection dialog boxes; Mesh Input and Input Type.
 |
| Input Button |
- Select .obj from the Input Type dialog. This will filter the file selection dialog box so that
OBJ files are the only files that are displayed.
 |
| File Loaded |
- In the Mesh Input windows, navigate to the folder that contains the STL file that you would like to convert to PLY.
- Click one time on the desired input file, then click the green Input button. The software will process the STL file
and load it into the Input area of the main window:
 |
| File Loaded |
- Click on the Sort Faces checkbox to activate this option:
 |
| Sort Faces |
- Click on the white arrow next to Output.
 |
| Open the Mesh Output Dialog |
You should no see the Mesh Output and Output Type dialogs:
 |
| Output Dialogs |
- In the Mesh Output window, in the text area above the Show, Output and Dismiss buttons, enter the complete
file name. In this example, we have used boat.ply:
 |
| Select the PLY File |
- Click .ply from the list, if it is not already selected:
 |
| Select the Output Type (.ply) |
- Click the green Output button in the Mesh Output window to save the file into the same
directory as the original PLY file.
If you would like to save the file to some other directory, navigate
to that directory in the Mesh Output window, then click the Output button.
 |
| Output PLY |
- Click the green Convert button in the Mtool/PlyTool window:
 |
| Convertut PLY |
After a small time, you should see Conversion Complete in the Console:
 |
| Conversion Complete |
- Click the red Exit button in the main Mtool/PlyTool window to exit the program.
 |
| Exit the Program |
- Confirm that you would like to exit the program by clicking the red Exit button in the Exit? window.
 |
| Exit the Program |
stl2ply
Following are the complete usage instructions for this converter. A typical conversion will
look like the following:
| stl2ply infile.stl outfile.ply |