German

Results 199 comments of German

I'm having a look... Indeed the ``NDSURF`` command does not work. The plotting does work though (even if no surfaces are generated): **NPLOT** ![image](https://user-images.githubusercontent.com/28149841/214916934-06207f78-82ea-4489-85ab-a91cbdc45693.png) **EPLOT** ![image](https://user-images.githubusercontent.com/28149841/214917178-4f710e8f-9046-4237-a845-248898b5dc38.png) (However, once ``EPLOT`` crashed...

The ``'`` are important: ![image](https://user-images.githubusercontent.com/28149841/214924688-7efe73c8-f29c-4b33-a0f5-10da9153f1a1.png) but indeed, it does not fix the issue.

**UPDATE** The ``non_interactive`` mode does not work here.... interesting. This is going to need more careful debugging on the MAPDL side. Because the command seems to be streamed properly. Pinging...

> @germa89 > The other APDL macro command to create elements, AFSURF, does not work either. But LSSOLVE does (which is a APDL macro as well). I did not test...

Re-pinging @FredAns for input.

Related to https://github.com/ansys/pymapdl/issues/2059

@mikerife any updates on this? Do you think we should try to do this? I am aware there is a DPF operator coming for beam plots. This operator is developed...

Thank you @bedermaus !

If we are going to reuse the DPF operator, we will introduce DPF as a dependency. We should coordinate with #1298

Pinging @akaszynski for updates.