Mesh: implement sub-element handling

This commit is contained in:
wmayer
2021-10-06 17:19:38 +02:00
parent 1bd1d42fa8
commit 6c23e2be1c
6 changed files with 124 additions and 15 deletions

View File

@@ -76,6 +76,7 @@ PyMOD_INIT_FUNC(Mesh)
Mesh::PropertyMeshKernel ::init();
Mesh::MeshObject ::init();
Mesh::MeshSegment ::init();
Mesh::Feature ::init();
Mesh::FeatureCustom ::init();