STL.write
- STL.write(mesh, **kwargs)[source]
Write a mesh to the file.
- Parameters:
- mesh
compas.datastructures.Mesh
The mesh.
- binarybool, optional
Flag indicating that the file should be written in binary format.
- solid_namestr, optional
The name of the solid. Defaults to the name of the mesh.
- precisionstr, optional
COMPAS precision specification for parsing geometric data.
- mesh
- Returns:
- None