STL.write

STL.write(mesh, **kwargs)[source]

Write a mesh to the file.

Parameters:
meshcompas.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.

Returns:
None