StateSelectorSet Class

Represents a set of state selectors.

Definition

Namespace: Karamba.Elements.States.Selectors
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class StateSelectorSet
Inheritance
Object    StateSelectorSet

Constructors

StateSelectorSet Initializes a new instance of the StateSelectorSet class.
StateSelectorSet(Model, String, Boolean, Boolean) Initializes a new instance of the StateSelectorSet class. Create a new selector set with default selectors.
StateSelectorSet(IStateElement1DSelector, IStateElement2DSelector, IStateLoadCaseSelector, IStateSupport0DSelector, IStateNodeSelector, IStateSection2DSelector) Initializes a new instance of the StateSelectorSet class.

Properties

LoadCaseCombiNameOrIndex Gets name of the selected load case combination.
Maximize Gets a value indicating whether results shall be maximized.
Minimize Gets a value indicating whether results shall be minimized.
NumberOfSelectors Gets return the number of set selectors.
StateElement1DSelector Gets or sets the list of selectors.
StateElement2DSelector Gets or sets the list of selectors.
StateLoadCaseSelector Gets or sets the list of selectors.
StateNodeSelector Gets or sets the list of selectors.
StateSection2DSelector Gets or sets the list of selectors.
StateSupport0DSelector Gets or sets the list of selectors.

Methods

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)
ToString Returns a string that represents the current object.
(Inherited from Object)

Fields

stateElement1DSelector_ Selects states of element1D from among load-case-combinations.
stateElement2DSelector_ Selects states of element2d from among load-case-combinations.
stateLoadCaseSelector_ Selects states of loads from among load-case-combinations.
stateNodeSelector_ Selects deformation states from among load-case-combinations.
stateSection2DSelector_ Selects deformation states from among load-case-combinations.
stateSupport0DSelector_ Selects states of supports from among load-case-combinations.

Extension Methods

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

See Also