public class StateSelectorSet
Public Class StateSelectorSet
public ref class StateSelectorSet
type StateSelectorSet = class end
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. |
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. |
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) |
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. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |