0

I want to select a surface from polydata(STL file) and transform(deform?) it. When you select a surface, it is not connected to the existing polydata or the surface is extracted and a hole is created. Is there a way to solve this?

I want to make it like the picture below. (The pink color area is what you want to create.)

Image attached

We are going to make some changes, not all of the polydata.

Steve Piercy
  • 13,693
  • 1
  • 44
  • 57

1 Answers1

0

I answered a similar question in the vtkplotter github issues:

enter image description here

mmusy
  • 1,292
  • 9
  • 10
  • thank you for your answer. I tried to make changes using the vtkThinPlateSplineTransform filter, but that didn't work. (vktPolydata-> vtkThinPlateSplineTransform -> vtkTransformPolyDataFilter ->show) Could you tell me more details about that? – user12759141 Jan 29 '20 at 00:27