STL.write

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

Write a mesh to the file.

Parameters
  • mesh (Mesh) – The mesh.

  • binary (bool, optional) – Flag indicating that the file should be written in binary format.

  • solid_name (str, optional) – The name of the solid. Defaults to the name of the mesh.

  • precision (str, optional) – COMPAS precision specification for parsing geometric data.

Returns

None