|
|
LCSuperPosition Class |
Namespace: Karamba.Loads.Combinations
The LCSuperPosition type exposes the following members.
| Name | Description | |
|---|---|---|
| LCSuperPosition |
Initializes a new instance of the LCSuperPosition class.
the default constructor.
| |
| LCSuperPosition(LCSuperPosition) |
Initializes a new instance of the LCSuperPosition class.
the copy constructor.
| |
| LCSuperPosition(Int32, Model) |
Initializes a new instance of the LCSuperPosition class.
create new unit LCSuperPosition rule for a load-case of given index.
| |
| LCSuperPosition(String, Double) |
Initializes a new instance of the LCSuperPosition class.
create new SuperPosition rule with factors given in LcFact.
| |
| LCSuperPosition(Model, ListDouble) |
Initializes a new instance of the LCSuperPosition class.
create new SuperPosition rule with factors given in LcFact.
| |
| LCSuperPosition(Model, Double) |
Initializes a new instance of the LCSuperPosition class.
create new SLCuperPosition rule with factors given in LcFact.
|
| Name | Description | |
|---|---|---|
| Add(LCSuperPosition) |
Adds two LoadCaseSuperPosition objects and returns a new one.
| |
| Add(String, Double) |
add a load-case of given identifier and factor to the super position expression
in case the name already exists in the superposition the factor is added to the existing one.
| |
| Add(LCSuperPosition, LCSuperPosition) |
adds two LoadCaseSuperPosition objects.
| |
| And |
combine two list of super-imposition objects via AND.
| |
| 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.) | |
| isZero |
Returns true if the SuperPosition is empty.
| |
| lcFactors |
Returns the load-case factors as a VectReal for all load-cases present in the model.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Scale |
Returns a new scaled LoadCaseSuperPosition object.
| |
| ToString |
generate string representation.
(Overrides ObjectToString.) |