Skip to content

Conversation

@BotellaA
Copy link
Member

No description provided.

if ".vtm" in file_name:
reader = vtk.vtkXMLMultiBlockDataReader()
filter = vtk.vtkCompositeDataGeometryFilter()
filter = vtk.vtkGeometryFilter()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the difference with this filter ?

filter = vtk.vtkCompositeDataGeometryFilter()
filter = vtk.vtkGeometryFilter()
filter.SetInputConnection(reader.GetOutputPort())
mapper = vtk.vtkCompositePolyDataMapper()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same with mappers

@BotellaA BotellaA merged commit 30c3004 into next Aug 31, 2023
@BotellaA BotellaA deleted the fix/pipeline branch August 31, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants