Click or drag to resize

Mesh Methods

The Mesh type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodinit
initialize the mesh geometry with a feb-mesh
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodrNearestVertices
return list of vertex indices whose distance from x,y,z is less than r
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodupdateGeometry
update the mesh data after addition of faces or vertexes
Public methodvertToFaceInds
return indexes of the faces a node of given index belongs to
Top
See Also