Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › mapdl.cp limited to 20 points › Reply To: mapdl.cp limited to 20 points
April 30, 2024 at 8:48 am
Erik Kostson
Ansys Employee
Hi
Looks strange the CP command (see MAPDL.CP() command in pymapdl site: https://mapdl.docs.pyansys.com/version/0.68/mapdl_commands/prep7/_autosummary/ansys.mapdl.core.Mapdl.cp.html)
In general I would select all these set of nodes (e.g., nsel or cmsel commands), and then just use cp,next,uy,all, so:
mapdl.cp(“NEXT”,”UY”,”ALL”)
print(mapdl.cplist(“ALL”))
All the best
Erik