C# Класс MeshExplorer.IO.RasterImage

Writes an image of the mesh to disk.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Export ( Mesh mesh, string filename, int width ) : void

Export the mesh to PNG format.

Описание методов

Export() публичный Метод

Export the mesh to PNG format.
public Export ( Mesh mesh, string filename, int width ) : void
mesh TriangleNet.Mesh The current mesh.
filename string The PNG filename.
width int The desired width (pixel) of the image.
Результат void