Hello,

I am trying to read the nodal coordinates and the elements with their
respective nodes to variables.  I know in Salome it is possible to use *
Mesh.GetNodeXYZ()* and *Mesh.GetElemNodes()*. Are their such commands
available in pythonOCC?

I tried the Q*uickTriangleMesh**()* which mentioned
https://github.com/tpaviot/pythonocc/blob/master/src/addons/MSH/Mesh.py.
 However, I have used the SMESH (Salome) in pythonOCC to mesh with quads
and triangular. Unfortunately, Mesh.py only offer the triangular mesh. Is
there any examples or functions that I can do the meshing with quads in
PythonOCC?

Thanks.
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to