pymapdl
pymapdl copied to clipboard
Differences between the lines and the volume in plots
Regarding the differences between the lines and the volume, this is probably due to how we retrieves the lines (from the IGES file, which can include arcs) vs how we retrieves the volumes (from a fake mesh).
I do not think we can fix anything on client side but I will think about it.
Originally posted by @germa89 in https://github.com/ansys/pymapdl/issues/2417#issuecomment-1764228150
It looks.... artistic I would say...
mapdl.vplot(cpos=(0,0,1))
If I disable show_lines
:
mapdl.vplot(cpos=(0,0,1), show_lines=False)
Originally posted by @germa89 in https://github.com/ansys/pymapdl/issues/2417#issuecomment-1764537294