| 
               | 
            
              Mesh Methods | 
          
The Mesh type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| init | 
            Initializes the mesh geometry with a feb-mesh.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| rNearestVertices | 
            Return list of vertex indices whose distance from x,y,z is less than r.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| updateGeometry | 
            update the mesh data after addition of faces or vertexes.
              | |
| vertToFaceInds | 
            return indexes of the faces a node of given index belongs to.
              |