EnSightWriter#
- class EnSightWriter(*args, **kwargs)[source]#
EnSightWriter for
.casefiles.Wraps vtkEnSightWriter.
Note
This is a parallel writer that prepends a process number to the
.caseextension, e.g.<filename>.0.case. Usewritten_pathto get the saved file after callingwrite().Note
This writer saves the mesh as a multi-block dataset. Even if the input mesh is a single block, the output will be a multi-block dataset and the default block name will be
VTK Part.Added in version 0.49.0.
Methods#
Attributes#
Return or set the filename or directory of the writer. |