mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +05:00
export ANALYSE geometry
This commit is contained in:
parent
279a5a2faa
commit
abe971f15d
@ -1000,6 +1000,7 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m)
|
||||
Pro/ENGINEER format (*.fnf)
|
||||
)delimiter");
|
||||
py::enum_<MESHING_STEP>(m,"MeshingStep")
|
||||
.value("ANALYSE", MESHCONST_ANALYSE)
|
||||
.value("MESHEDGES", MESHCONST_MESHEDGES)
|
||||
.value("MESHSURFACE", MESHCONST_OPTSURFACE)
|
||||
.value("MESHVOLUME", MESHCONST_OPTVOLUME)
|
||||
|
Loading…
Reference in New Issue
Block a user