We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation General Mechanical mapdl.cp limited to 20 points Reply To: mapdl.cp limited to 20 points

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