pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Differences between the lines and the volume in plots

Open germa89 opened this issue 1 year ago • 1 comments

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

germa89 avatar Nov 06 '23 11:11 germa89

It looks.... artistic I would say...

mapdl.vplot(cpos=(0,0,1))
image

If I disable show_lines:

mapdl.vplot(cpos=(0,0,1), show_lines=False)
image

Originally posted by @germa89 in https://github.com/ansys/pymapdl/issues/2417#issuecomment-1764537294

germa89 avatar Nov 06 '23 11:11 germa89