MeshLib Documentation: Integrating MeshLib with C# MeshLib provides a collection of C# code samples to help you get started quickly with common mesh processing tasks These are concise, self-contained examples — perfect for exploring how to use MeshLib’s API in your own projects:
cnr-isti-vclab meshlab: The open source mesh processing system - GitHub MeshLab is an open source, portable, and extensible system for the processing and editing of unstructured large 3D triangular meshes It is aimed to help the processing of the typical not-so-small unstructured models arising in 3D scanning, providing a set of tools for editing, cleaning, healing, inspecting, rendering and converting this kind
MeshLab MeshLab the open source system for processing and editing 3D triangular meshes It provides a set of tools for editing, cleaning, healing, inspecting, rendering, texturing and converting meshes It offers features for processing raw data produced by 3D digitization tools devices and for preparing models for 3D printing
Can use Meshlab dlls (filter_unsharp) in a c# application In Meshlab, under the menu Filter Smoothing there is Laplacien smoothing options which works perfectly It comes from filter_unsharp dll I searched but couldn't find any source to use in C# or any code example