|
|
LCSuperPositionCollection Class |
Namespace: Karamba.Loads.Combinations
The LCSuperPositionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| LCSuperPositionCollection |
Initializes a new instance of the LCSuperPositionCollection class.
initialize the collection with empty lists for upper- and lower-bound load-case factors.
| |
| LCSuperPositionCollection(ListLCSuperPosition) |
Initializes a new instance of the LCSuperPositionCollection class.
create a collection from a list of super-imposition-objects using unit-factors.
| |
| LCSuperPositionCollection(LCSuperPositionCollection) |
Initializes a new instance of the LCSuperPositionCollection class.
initialize a load-case superposition collection from another one.
| |
| LCSuperPositionCollection(ListLCSuperPosition, LCSuperPositionFactor) |
Initializes a new instance of the LCSuperPositionCollection class.
create a new SuperPosition collection using a super-imposition object and super-imposition factors.
|
| Name | Description | |
|---|---|---|
| lower |
Gets the lower boundary load-factors.
| |
| upper |
Gets the upper boundary load-factors.
|
| Name | Description | |
|---|---|---|
| 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.) | |
| Or |
Connects other to this via or.
| |
| ToList |
Returns all load-factors as a list.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |