Public Member Functions | |
| __init__ (self, Path="") | |
| save (self, Path='') | |
| __del__ (self) | |
| clean_buffer (self) | |
| __init__ (self, Path="") | |
| save (self, Path='') | |
| __del__ (self) | |
| clean_buffer (self) | |
Public Attributes | |
| Path = Path | |
| The path that is associated with this file. | |
| list | Buffer = [] |
| The buffer contains all lines in this ascii file. | |
| mesh.AsciiFile.AsciiFile.__init__ | ( | self, | |
| Path = "" ) |
| mesh.AsciiFile.AsciiFile.__del__ | ( | self | ) |
| mesh.AsciiFile.AsciiFile.__init__ | ( | self, | |
| Path = "" ) |
| mesh.AsciiFile.AsciiFile.__del__ | ( | self | ) |
| mesh.AsciiFile.AsciiFile.clean_buffer | ( | self | ) |
| mesh.AsciiFile.AsciiFile.clean_buffer | ( | self | ) |
| mesh.AsciiFile.AsciiFile.save | ( | self, | |
| Path = '' ) |
| mesh.AsciiFile.AsciiFile.save | ( | self, | |
| Path = '' ) |
| list Buffer = [] |
The buffer contains all lines in this ascii file.
| mesh.AsciiFile.AsciiFile.Path = Path |
The path that is associated with this file.