Click or drag to resize

MeshFile Methods

The MeshFile type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRead
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.

Public methodStatic memberReadMesh
Read the mesh from the provided mesh file
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Write MeshFile to filename
Top
See Also