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, for example,<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.
Inheritance#
Inherited members are documented on BaseWriter, _FileIOBase.
See them all under Inherited Attributes and Inherited Methods.
Attributes#
Return or set the filename or directory of the writer. |
Inherited Attributes#
Get or set the dataset to write. |
|
Return mapping from regex pattern matching associated with this class. |
|
Return the file extensions associated with this class. |
|
Return the vtk writer object. |
|
Return the formatted path of the written files. |
Inherited Methods#
Write data to path. |