Archived issue #0031474
Mesh - Return status Reused for the shapes without geometry
Description
Currently the shapes without geometry are completely avoided by the mesher, so the status NoError is returned for them.
But their mesh is neither re-computed according to the passed parameters nor modified due to absence of necessary geometry, so it is proposed to return status Reused for such shapes, rather than just NoError.
But their mesh is neither re-computed according to the passed parameters nor modified due to absence of necessary geometry, so it is proposed to return status Reused for such shapes, rather than just NoError.
Steps to reproduce
psphere s 10
incmesh s 0.1
tclean -geom s
incmesh s 0.1
# NoError, should be Reused
incmesh s 0.01
# NoError, should be Reused, or even OutDated
incmesh s 0.1
tclean -geom s
incmesh s 0.1
# NoError, should be Reused
incmesh s 0.01
# NoError, should be Reused, or even OutDated
Public activity
No public notes
Participants are labeled by their role within this record.