pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

VEC command can take 'values' of 1-5 but only 4 are shown as allowed. And command only takes up to val4.

Open mikerife opened this issue 1 year ago • 0 comments

🤓 Before submitting the issue

🔍 Description of the bug

VEC command can take 'values' of 1-5 but only 4 are shown as allowed. And command only takes up to val4. MAPDL documentation is wrong as well and have filed bug for it.
https://mapdl.docs.pyansys.com/version/0.68/mapdl_commands/apdl/_autosummary/ansys.mapdl.core.Mapdl.vec.html

https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/corp/v242/en/ans_cmd/Hlp_C_VEC.html

🕵️ Steps To Reproduce

N/A

💻 Which Operating System are you using?

Windows

🐍 Which Python version are you using?

3.10

💾 Which MAPDL version are you using?

2024R1

📝 PyMAPDL Report

Show the Report!

# PASTE HERE THE OUTPUT OF `python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"` here

📝 Installed packages

Show the installed packages!

# PASTE HERE THE OUTPUT OF `python -m pip freeze` here

📝 Logger output file

Show the logger output file.

# PASTE HERE THE CONTENT OF THE LOGGER OUTPUT FILE.

mikerife avatar Jul 29 '24 23:07 mikerife