public class StateElement2DSelectorMinMaxAll : StateSelectorMinMaxAll<Element2DResultOption, StateElement2DNodal>,
IStateElement2DSelector, IStateSelector
Public Class StateElement2DSelectorMinMaxAll
Inherits StateSelectorMinMaxAll(Of Element2DResultOption, StateElement2DNodal)
Implements IStateElement2DSelector, IStateSelector
public ref class StateElement2DSelectorMinMaxAll : public StateSelectorMinMaxAll<Element2DResultOption, StateElement2DNodal^>,
IStateElement2DSelector, IStateSelector
type StateElement2DSelectorMinMaxAll =
class
inherit StateSelectorMinMaxAll<Element2DResultOption, StateElement2DNodal>
interface IStateElement2DSelector
interface IStateSelector
end
StateElement2DSelectorMinMaxAll | Initializes a new instance of the StateElement2DSelectorMinMaxAll class. |
StateElement2DSelectorMinMaxAll(Model, Element2DResultOption, String, Boolean, Boolean) | Initializes a new instance of the StateElement2DSelectorMinMaxAll class. Creates a load-case selector which selects a load-case of a given load-case-combination name or index. If neither minimize nor maximize is true all load cases of the LCC are returned. |
febLoadCaseIndex | Gets the load-case index which is selected or null if there is no selection.The index refers to the load-case in the feb-model. |
LoadCase | Gets the load-case which is selected or null if there is no selection. |
LoadCaseCombination |
Selects a point-state from an Element1D based on a given criteria.
(Inherited from StateSelectorMinMaxAllTResType, TState) |
LoadCases |
Gets all load-cases of the load combination.
(Inherited from StateSelectorMinMaxAllTResType, TState) |
AddTo(StateSelectorSet, Model, Element2DResultOption, String, Boolean, Boolean) |
Adds a new selector to the set of selectors.
(Overrides StateSelectorMinMaxAllTResType, TStateAddTo(StateSelectorSet, Model, TResType, String, Boolean, Boolean)) |
AddTo(StateSelectorSet, Model, String, Boolean, Boolean, String) |
Selects a point-state from an Element1D based on a given criteria.
(Overrides StateSelectorMinMaxAllTResType, TStateAddTo(StateSelectorSet, Model, String, Boolean, Boolean, String)) |
AddTo(ListTupleString, TResType, StateSelectorSet, Model, String, Boolean, Boolean, String) |
Add new selector to set of selectors in case it matches the tag.
(Inherited from StateSelectorMinMaxAllTResType, TState) |
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) |
GetStateElemental | Selects results on 2d elements. |
GetStateNodal | Selects results on 2d elements. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
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. |
StatesWithOptimumWeight |
Select a state from a list of weighted states.
(Inherited from StateSelectorMinMaxAllTResType, TState) |
ThrowIfInvalidLoadCase |
Checks whether there are load cases in the model.
(Inherited from StateSelectorMinMaxAllTResType, TState) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
LeadingResultType |
Result type to be minimized or maximized.
(Inherited from StateSelectorMinMaxAllTResType, TState) |
loadCaseCombination_ |
load-cases to search for the minimum or maximum.
(Inherited from StateSelectorMinMaxAllTResType, TState) |
Maximize |
is true if the maximum of a result is to be found. If Minimize is also true then the result with the largest absolute value is sought.
(Inherited from StateSelectorMinMaxAllTResType, TState) |
Minimize |
is true if the minimum of a result is to be found. If Maximize is also true then the result with the largest absolute value is sought.
(Inherited from StateSelectorMinMaxAllTResType, TState) |
Model |
model in which to search for the minimum or maximum.
(Inherited from StateSelectorMinMaxAllTResType, TState) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |