You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
In the Operator help for both VTK and VTU Export the input pins for the fields is given as "2, 3..." which to me implies that more than two fields are allowed to be written. But it is pretty clear from the code and testing out the operator that the limit is two fields. Is this a documentation mistake or is the plan to support writing more than two fields? If the plan is to only support writing two fields, why two? Why not one? Or five?
BTW the PyDPF Core API Reference doc clearly shows support for just two fields.
Second question is that to me the ability to define a name for the field would be useful (the name in the vtk object). Does this seem like a good idea to anyone else? I know that we can use PyVista functionality to rename the field name. But would be nice to be able to change it prior to vtk file creation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
In the Operator help for both VTK and VTU Export the input pins for the fields is given as "2, 3..." which to me implies that more than two fields are allowed to be written. But it is pretty clear from the code and testing out the operator that the limit is two fields. Is this a documentation mistake or is the plan to support writing more than two fields? If the plan is to only support writing two fields, why two? Why not one? Or five?
BTW the PyDPF Core API Reference doc clearly shows support for just two fields.
Second question is that to me the ability to define a name for the field would be useful (the name in the vtk object). Does this seem like a good idea to anyone else? I know that we can use PyVista functionality to rename the field name. But would be nice to be able to change it prior to vtk file creation.
Mike
Beta Was this translation helpful? Give feedback.
All reactions