|
|
MeshFebBeso Class |
Namespace: Karamba.Algorithms.BESOShellProcedure
The MeshFebBeso type exposes the following members.
| Name | Description | |
|---|---|---|
| MeshFebBeso |
construct mesh out of feb-model-mesh-group
|
| Name | Description | |
|---|---|---|
| Faces | returns the faces of the mesh (Inherited from Mesh.) | |
| Vertices | returns the vertices of the mesh (Inherited from 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 |
initialize the mesh geometry with a feb-mesh
(Inherited from 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
(Inherited from Mesh.) | |
| syncElementActivation |
set the activation state of the elements in the underlying statical model
| |
| syncElementSensitivity |
read element results from the underlying statical model
| |
| syncKarambaModel |
use the C++-model to update the state of the C# model after a BESO procedure
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| updateGeometry |
update the mesh data after addition of faces or vertexes
(Inherited from Mesh.) | |
| vertToFaceInds |
return indexes of the faces a node of given index belongs to
(Inherited from Mesh.) |
| Name | Description | |
|---|---|---|
| faces_ | faces of the mesh (Inherited from Mesh.) | |
| kdtree_vertexes_ | kd-tree for the mesh vertexes (Inherited from Mesh.) | |
| killed_thick_ |
thickness of killed shell cross section for visualization only
| |
| old_softkill_status_ |
List of activation states of each mesh-face
| |
| tri_mesh_ |
triangular mesh
| |
| vert_to_face_inds_ | mapping from vertex index to neighboring face indexes (Inherited from Mesh.) | |
| vertices_ | vertices of the mesh (Inherited from Mesh.) |