public class ShellsPrincipalResultantsVectors : ShellsPrincipalSigEpsVectors
Public Class ShellsPrincipalResultantsVectors
Inherits ShellsPrincipalSigEpsVectors
public ref class ShellsPrincipalResultantsVectors : public ShellsPrincipalSigEpsVectors
type ShellsPrincipalResultantsVectors =
class
inherit ShellsPrincipalSigEpsVectors
end
ShellsPrincipalResultantsVectors | Initializes a new instance of the ShellsPrincipalResultantsVectors class. create principal results vectors by visiting a model. |
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) |
_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) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |