![]() |
Mesh Class |
Namespace: Karamba.Utilities.KMesh
The Mesh type exposes the following members.
Name | Description | |
---|---|---|
![]() | Mesh |
Initializes a new instance of the Mesh class.contruct an empty mesh. |
![]() | Mesh(Mesh) |
Initializes a new instance of the Mesh class. Creates a mesh based on a feb.mesh. |
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.
|
Name | Description | |
---|---|---|
![]() | faces_ | faces of the mesh. |
![]() | kdtree_vertexes_ | kd-tree for the mesh vertexes. |
![]() | vert_to_face_inds_ | mapping from vertex index to neighboring face indexes. |
![]() | vertices_ | vertices of the mesh. |