| MeshFile Methods |
The MeshFile type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Read |
Read .mesh file and load all data.
If an element specifies a node number of zero, that node number is ignored, and does not become a part of the mesh data structure. That is the case for e.g. mixed triangular/quadrilateral meshes, where all elements specify 4 nodes, and triangular elements specifies the last node as zero. | |
| ReadMesh |
Read the mesh from the provided mesh file
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write |
Write MeshFile to filename
|