pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Add `select` method to Mapdl

Open germa89 opened this issue 5 months ago • 1 comments

It will be nice to have something like:

mapdl.select("KP", [1,2,3])
mapdl.select("NODE", [2, 5, 10])
mapdl.select("COMP", ["component1", "component2"])

I think it will simplify plenty of inner workings and could help developers to speed up their work.

germa89 avatar Sep 20 '24 17:09 germa89