Will A Change B Which Was ShallowCopyed
Oringial scene: The right polyData has shallowCopyed the left one. If A had ShallowCopyed B in VTK project, A and B were both vtkPolyData objects, let’s change A’s point or change its pointData scalar, B’s point and scalar will also be changed. If we use `rightPolydata->GetPointData()->SetScalars( scalars1 );` to change Read more…