Registry / other / netgen

netgen

JSON →
library6.2.2401vcpkgunverified

NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement.

vcpkg install netgen
INSTALL
IMPORT
SIG · NETGEN
N
netgen
othercppv6.2.2401
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

netgen/mesh.hpp
#include <netgen/mesh.hpp>

Generate a tetrahedral mesh from an STL file

#include <netgen/mesh.hpp> #include <iostream> int main() { netgen::Mesh mesh; // Load geometry from STL file mesh.LoadSTL("input.stl"); mesh.Generate(); std::cout << "Mesh generated with " << mesh.GetNE() << " elements" << std::endl; return 0; }
Debug
Known issues
gotchaRequires OpenCASCADE or other geometry kernel for IGES/STEP support.
fix
Ensure the geometry kernel dependency is installed and linked.
affects: *
Upgrade
Version history
6.2.2401latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

netgen — pip install netgen · libregistry