All public logs

From KitwarePublic
Jump to navigationJump to search

Combined display of all available logs of KitwarePublic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:42, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Python/Filtering/CombinePolyData (content was: "This example combines Polydata objects, and displays the result to the screen. ==CombinePolyData.py== <source lang="Python"> import vtk input1 = vtk.vtkPolyData() input2 = vtk.vtkPolyData() sphereSource = vtk.vtkSphereSource() sphereSource.SetCenter(5,0,0) sphereSource.Update() input1.ShallowCopy(sphereSource.GetOutput()) coneSource =vtk.vtkConeSource() coneSource.U...", and the only contributor was "DerPavlov" (talk))