EMesh::LoadSTL

Loads a triangle mesh from a STL file (https://en.wikipedia.org/wiki/STL_(file_format))

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void LoadSTL(
   const std::string& path
)

Parameters

path

The path to the STL file.

EMesh.LoadSTL

Loads a triangle mesh from a STL file (https://en.wikipedia.org/wiki/STL_(file_format))

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void LoadSTL(
   string path
)

Parameters

path

The path to the STL file.