EnSightWriter

EnSightWriter#

class EnSightWriter(*args, **kwargs)[source]#

EnSightWriter for .case files.

Wraps vtkEnSightWriter.

Note

This is a parallel writer that prepends a process number to the .case extension, e.g. <filename>.0.case. Use written_path to get the saved file after calling write().

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#

EnSightWriter.path

Return or set the filename or directory of the writer.