StateSupport0DSelectorIndex Class

Select a load-case for the display of loads based on load-case-combination name and an index offset.

Definition

Namespace: Karamba.Elements.States.Selectors
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class StateSupport0DSelectorIndex : StateSelectorIndex, 
	IStateSupport0DSelector, IStateSelector
Inheritance
Object    StateSelectorIndex    StateSupport0DSelectorIndex
Implements
IStateSelector, IStateSupport0DSelector

Constructors

StateSupport0DSelectorIndex Initializes a new instance of the StateSupport0DSelectorIndex class.
StateSupport0DSelectorIndex(Model, LoadCaseCombination, Int32) Initializes a new instance of the StateSupport0DSelectorIndex class. Creates a load-case selector which selects a load-case of a given load-case-combination and index offset.

Properties

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)

Methods

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)

Fields

_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)

Extension Methods

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

See Also