Click or drag to resize

MeshFebBeso Class

Mesh with additional information regarding the BESO-peocedure
Inheritance Hierarchy
SystemObject
  Karamba.Utilities.KMeshMesh
    Karamba.Algorithms.BESOShellProcedureMeshFebBeso

Namespace:  Karamba.Algorithms.BESOShellProcedure
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class MeshFebBeso : Mesh

The MeshFebBeso type exposes the following members.

Constructors
  NameDescription
Public methodMeshFebBeso
construct mesh out of feb-model-mesh-group
Top
Properties
  NameDescription
Public propertyFaces
returns the faces of the mesh
(Inherited from Mesh.)
Public propertyVertices
returns the vertices of the mesh
(Inherited from Mesh.)
Top
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
(Inherited from 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
(Inherited from Mesh.)
Public methodsyncElementActivation
set the activation state of the elements in the underlying statical model
Public methodsyncElementSensitivity
read element results from the underlying statical model
Public methodsyncKarambaModel
use the C++-model to update the state of the C# model after a BESO procedure
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
(Inherited from Mesh.)
Public methodvertToFaceInds
return indexes of the faces a node of given index belongs to
(Inherited from Mesh.)
Top
Fields
  NameDescription
Protected fieldfaces_
faces of the mesh
(Inherited from Mesh.)
Protected fieldkdtree_vertexes_
kd-tree for the mesh vertexes
(Inherited from Mesh.)
Protected fieldkilled_thick_
thickness of killed shell cross section for visualization only
Protected fieldold_softkill_status_
List of activation states of each mesh-face
Protected fieldtri_mesh_
triangular mesh
Protected fieldvert_to_face_inds_
mapping from vertex index to neighboring face indexes
(Inherited from Mesh.)
Protected fieldvertices_
vertices of the mesh
(Inherited from Mesh.)
Top
See Also