-
I want to apply load on some areas, nodes via pyVista, is it possible? Like, for example user open model via pymapdl in pyvista gui and pick cells. PyVista return coordinates of every node, but how to transform it to mapdl format? I know that in mapdl every node, area has an number, but how to get all this staff via pymapdl? Thanks for reply. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Hi @bedermaus Picking in a PyVista plot is on the development list, see this Issue: #786 For now either use select logic (maybe a lot of select logic!) or you can use the mapdl.open_gui() to inspect the model as you go. |
Beta Was this translation helpful? Give feedback.
Hi @bedermaus Picking in a PyVista plot is on the development list, see this Issue: #786 For now either use select logic (maybe a lot of select logic!) or you can use the mapdl.open_gui() to inspect the model as you go.
Mike