Mesh: implement PropertyMaterial

This commit is contained in:
wmayer
2022-10-23 19:49:46 +02:00
parent 094ec8cb59
commit 86bf176b1f
6 changed files with 444 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ PyMOD_INIT_FUNC(Mesh)
// init Type system
Mesh::PropertyNormalList ::init();
Mesh::PropertyCurvatureList ::init();
Mesh::PropertyMaterial ::init();
Mesh::PropertyMeshKernel ::init();
Mesh::MeshObject ::init();