public class StateElement1DSelectorIndex : StateSelectorIndex,
IStateElement1DSelector, IStateSelector
Public Class StateElement1DSelectorIndex
Inherits StateSelectorIndex
Implements IStateElement1DSelector, IStateSelector
public ref class StateElement1DSelectorIndex : public StateSelectorIndex,
IStateElement1DSelector, IStateSelector
type StateElement1DSelectorIndex =
class
inherit StateSelectorIndex
interface IStateElement1DSelector
interface IStateSelector
end
StateElement1DSelectorIndex | Initializes a new instance of the StateElement1DSelectorIndex class. |
StateElement1DSelectorIndex(Model, LoadCaseCombination, Int32) | Initializes a new instance of the StateElement1DSelectorIndex 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) |
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 support reactions based on a given criteria.
(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 a point-state from an Element1D based on a given criteria. |
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 | Selects a point-state from an Element1D based on a given criteria. |
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) |