pymapdl
                                
                                
                                
                                    pymapdl copied to clipboard
                            
                            
                            
                        Pythonic interface to MAPDL
Pyansys already has great VTK export capabilities, as it uses VTK for representation already. But it doesn't have a documented way to export either geometries, meshes or results to vtk,...
Hi @jgd10 @germa89 Regarding visualizing beam elements with the actual cross section: Can you please take a look at the following example and let me know if it is worth...
Somehting like: ```console debug_pymapdl checks ``` It should use the CLI. * It should check the MAPDL starting point...
### 🤓 Before submitting the issue - [X] I have visited the [Troubleshooting section](https://mapdl.docs.pyansys.com/troubleshoot/index.html). - [X] I have searched among the [existing issues](https://github.com/ansys/pymapdl/issues?q=). - [X] I am using a [Python...
Commands like [``clear``](https://github.com/ansys/pymapdl/blob/b6d28ea81594af3071fd69efc5e10e260d458a1f/src/ansys/mapdl/core/mapdl.py#L767) should probably use``wraps`` from ``functools`` so we avoid to rewrite the docstring (some cases it might be needed).
Our doc strings are not very well formatted. I'm getting lots of errors when using precommit with numpydoc. See #2381 So I'm forced to disable: ``` # Very important. They...
### Description of the feature Using [pyconverter-xml2py](https://github.com/ansys/pyconverter-xml2py) to automatically generate the MAPDL commands. ### Steps for implementing the feature - ### Useful links and references -
Using #2701 I saw that some tests seem to use a lot of memory, up to 240MB. I do not think this is normal.... Details ```text tests/test_plotting.py::test_plots_no_vtk - 240.7 MB...
### 🤓 Before submitting the issue - [X] I have visited the [Troubleshooting section](https://mapdl.docs.pyansys.com/troubleshoot/index.html). - [X] I have searched among the [existing issues](https://github.com/ansys/pymapdl/issues?q=). - [X] I am using a [Python...
### Before submitting the issue - [X] I have searched among the existing issues - [X] I am using a Python virtual environment ### Description of the bug `tbplot()` does...