Click or drag to resize

MeshFebBeso Methods

The MeshFebBeso 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
(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
See Also