public class StateSection2DSelectorIndex : StateSelectorIndex,
IStateSection2DSelector, IStateSelector
Public Class StateSection2DSelectorIndex
Inherits StateSelectorIndex
Implements IStateSection2DSelector, IStateSelector
public ref class StateSection2DSelectorIndex : public StateSelectorIndex,
IStateSection2DSelector, IStateSelector
type StateSection2DSelectorIndex =
class
inherit StateSelectorIndex
interface IStateSection2DSelector
interface IStateSelector
end
StateSection2DSelectorIndex | Initializes a new instance of the StateSection2DSelectorIndex class. |
StateSection2DSelectorIndex(Model, LoadCaseCombination, Int32) | Initializes a new instance of the StateSection2DSelectorIndex class. Creates a load-case selector which selects a load-case of a given load-case-combination and index offset. |
febLoadCaseIndex |
Base interface of all state selectors.
(Inherited from StateSelectorIndex) |
FebLoadCaseSelectionIndexes | Gets indexes of potential load cases in feb-model. |
LoadCase |
Base interface of all state selectors.
(Inherited from StateSelectorIndex) |
LoadCaseCombination |
Base interface of all state selectors.
(Inherited from StateSelectorIndex) |
AddTo(StateSelectorSet, Model, LoadCaseCombination, Int32) |
Selects results on sections through 2d elements.
(Overrides StateSelectorIndexAddTo(StateSelectorSet, Model, LoadCaseCombination, Int32)) |
AddTo(StateSelectorSet, Model, String, Boolean, Boolean, String) |
Clones and adds the given state selector to the set of selectors if the tag matches the state selector at hand.
(Inherited from StateSelectorIndex) |
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) |
GetState | Selects results on sections through 2d elements. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
init |
Initialize a new instance of the StateSelectorIndex class.
Creates a load-case selector which selects a load-case of a given load-case-combination and index offset.
(Inherited from StateSelectorIndex) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SplitToMinMaxSelector | If the selector is a minimum and a maximum selector, split it into two selectors for minimum and maximum values respectively. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
_febLoadCaseInd |
The selected load case index.
(Inherited from StateSelectorIndex) |
_lccFebIndexStart |
feb starting index of the load case combination.
(Inherited from StateSelectorIndex) |
_lccLoadCaseIndex |
Offset of the selected index relative to the beginning of the load case combination.
(Inherited from StateSelectorIndex) |
_loadCase |
The selected load case.
(Inherited from StateSelectorIndex) |
_loadCaseCombination |
The load case combination from which the load case was selected.
(Inherited from StateSelectorIndex) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |