OpenCMISS / iron

Source code repository for OpenCMISS-Iron
9 stars 62 forks source link

Issue with python binding for getting surfaces from generated meshes #113

Open jennyhelyanwe opened 6 years ago

jennyhelyanwe commented 6 years ago

The GeneratedMesh_SurfaceGet() function is not available with python binding. This is because the output array has undefined length and the current python binding is not able to handle this.