BaseWriter.path#
- property BaseWriter.path: str[source]#
Return or set the filename or directory of the writer.
- Returns:
strThe path of the file to write to.
Notes#
This is the path that will be passed to the underlying VTK writer.
For most writers, this is the actual path of the written file.
For writers that write multiple files (e.g., EnSightWriter),
this path can be renamed. See written_path for the actual path of the written file.