EMesh::SaveSTL

Saves the triangle mesh to an STL file (https://en.wikipedia.org/wiki/STL_(file_format)).

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SaveSTL(
   const std::string& path,
   bool binary
)

Parameters

path

The path to the STL file.

binary

Optional parameter, activates the binary file format (default is true).

EMesh.SaveSTL

Saves the triangle mesh to an STL file (https://en.wikipedia.org/wiki/STL_(file_format)).

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SaveSTL(
   string path,
   bool binary
)

Parameters

path

The path to the STL file.

binary

Optional parameter, activates the binary file format (default is true).