Number of volumes
Hi all,
if I compute a mesh with the GUI a window appears which shows me the number of nodes,edge and volumes.
Is there any possibility to read these values with python or is clicking compute the only possibility to find out my number of volumes?
Thanks in advance
Nigirim
Hi Nigirim
In GUI, "Mesh Information" shows the same and more information.
In Python, there are suitable functions: mesh.NbElements(), mesh.NbEdges(), mesh.NbFaces(), mesh.NbVolumes(), mesh.NbTriangles() etc
St.Michael
Powered by
Ploneboard
