-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
This may be a topic for discussion more than an issue. Please let me know if I should move this somewhere else.
Our student has been struggling to figure out bidirectional with catalyst for a couple weeks. It turns out that CatalystAnalysisAdaptor expects to receive data from ParaView in an array named "coords"
SENSEI/sensei/CatalystAnalysisAdaptor.cxx
Line 154 in e0ae9a9
if (strcmp(arrayname, "coords") == 0 && vtkPointSet::SafeDownCast(grid) && |
If the array is not named "coords" and is not a vtkPointSet, it will be ignored.
I wanted to ask if this is a design decision, or a serious limitation in the data types that we can send back from the Paraview GUI in a bidirectional communication scenario.
Metadata
Metadata
Assignees
Labels
No labels