ShellsPrincipalResultantsVectors Class

Visitor that gathers principal directions of resultants from the elements.

Definition

Namespace: Karamba.Results
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class ShellsPrincipalResultantsVectors : ShellsPrincipalSigEpsVectors
Inheritance
Object    ModelElementVisitor    ShellsPrincipalSigEpsVectors    ShellsPrincipalResultantsVectors

Constructors

ShellsPrincipalResultantsVectors Initializes a new instance of the ShellsPrincipalResultantsVectors class. create principal results vectors by visiting a model.

Methods

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)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
result Appends results of the visitor to the given list of vectors and doubles.
(Inherited from ShellsPrincipalSigEpsVectors)
ToString Returns a string that represents the current object.
(Inherited from Object)
VisitBeam Visit a beam.
(Inherited from ModelElementVisitor)
VisitElements(IEnumerableModelElement) Visit the given elements.
(Inherited from ModelElementVisitor)
VisitElements(ListString) Let visitor visit all fem elements that correspond to the given identifiers. If no identifiers are given all elements are visited.
(Inherited from ModelElementVisitor)
VisitMembrane Visit a membrane.
(Overrides ShellsPrincipalSigEpsVectorsVisitMembrane(ModelMembrane))
VisitShell Visit a shell.
(Overrides ShellsPrincipalSigEpsVectorsVisitShell(ModelShell))
VisitSpring Visit a spring.
(Inherited from ModelElementVisitor)
VisitSurface Visit a surface element - membrane or shell.
VisitTruss Visit a truss.
(Inherited from ModelElementVisitor)

Fields

_lcSuperImp SuperPosition rule for the results.
(Inherited from ShellsPrincipalSigEpsVectors)
_origin position of deformed element centers.
(Inherited from ShellsPrincipalSigEpsVectors)
_res_tag type of the results to be gathered.
(Inherited from ShellsPrincipalSigEpsVectors)
_val1 vector for first principal values.
(Inherited from ShellsPrincipalSigEpsVectors)
_val2 vector for first principal values.
(Inherited from ShellsPrincipalSigEpsVectors)
_vec1 vector for first principal values.
(Inherited from ShellsPrincipalSigEpsVectors)
_vec2 vector for second principal values.
(Inherited from ShellsPrincipalSigEpsVectors)
_z_rel relative position of layer for which results are to be gathered (-1..bottom, 1..to).
(Inherited from ShellsPrincipalSigEpsVectors)
model Model from which results are to be gathered.
(Inherited from ModelElementVisitor)

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also