Closed majroy closed 3 months ago
Doesn't happen with Python 3.11.
May be fixed with v0.3post1 - @leoxiaoyuan I've removed the 'stripper' so that it only operates on the points that get returned from the cutter in get_slice_data. This is tied to issue 1, so it's important to test out remedies for issue 1 with Python 3.12.
Fixed with 0.3post2 using a DeepCopy in get_slice_data to break any connections with the polydata object in the GUI.
Reorientation of the base geometry as loaded from an STL file works fine until it is sliced. Once sliced, the polydata is associated with a connectivity filter that does not update with modification to the underlying polydata. Current remedy is to 'export' the result of any geometry modifcation and re-load to clear the filter. Perhaps a VTK deep copy is required?