public class ShellsPrincipalCrossSectionForces : ModelElementVisitor
Public Class ShellsPrincipalCrossSectionForces
Inherits ModelElementVisitor
public ref class ShellsPrincipalCrossSectionForces : public ModelElementVisitor
type ShellsPrincipalCrossSectionForces =
class
inherit ModelElementVisitor
end
ShellsPrincipalCrossSectionForces | Initializes a new instance of the ShellsPrincipalCrossSectionForces class. Create visitor for local shell cross section forces. |
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 | retrieve the results of the visitor for principal shell cross section forces. |
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 ModelElementVisitorVisitMembrane(ModelMembrane)) |
VisitShell |
Visit a shell.
(Overrides ModelElementVisitorVisitShell(ModelShell)) |
VisitSpring |
Visit a spring.
(Inherited from ModelElementVisitor) |
VisitSurface | Visit a surface element. |
VisitTruss |
Visit a truss.
(Inherited from ModelElementVisitor) |
_stateSelectors | Load case selection string. |
LeadingLoadCaseInds | index of selected load-case. Structure: shellpatch/element/loadcase. |
M1 | list of list of first principal moments [kNm/m]. Structure: shellpatch/element/loadcase. |
M2 | list of list of second principal moments [kNm/m]. Structure: shellpatch/element/loadcase. |
model |
Model from which results are to be gathered.
(Inherited from ModelElementVisitor) |
N1 | list of list of first principal normal forces [kN/m]. Structure: shellpatch/element/loadcase. |
N2 | list of list of second principal normal forces [kN/m]. Structure: shellpatch/element/loadcase. |
Vx | distributed transverse shear forces [kN/m] along local x-const. Structure: shellpatch/element/loadcase. |
Vy | distributed transverse shear forces [kN/m] along local y-const. Structure: shellpatch/element/loadcase. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |