java.lang.Object
com.marginallyclever.ro3.mesh.save.SaveSTL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsave(OutputStream outputStream, Mesh model) save data from model to outputStream
-
Constructor Details
-
SaveSTL
public SaveSTL()
-
-
Method Details
-
getEnglishName
- Specified by:
getEnglishNamein interfaceMeshSaver
-
getValidExtensions
- Specified by:
getValidExtensionsin interfaceMeshSaver
-
save
Description copied from interface:MeshSaversave data from model to outputStream- Specified by:
savein interfaceMeshSaver- Parameters:
outputStream-model-- Throws:
IOException
-