Click or drag to resize

LCSuperPositionCollection Class

represents several action superpositions and supports operations for combining them.
Inheritance Hierarchy
SystemObject
  Karamba.Loads.CombinationsLCSuperPositionCollection

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class LCSuperPositionCollection

The LCSuperPositionCollection type exposes the following members.

Constructors
  NameDescription
Public methodLCSuperPositionCollection
Initializes a new instance of the LCSuperPositionCollection class. initialize the collection with empty lists for upper- and lower-bound load-case factors.
Public methodLCSuperPositionCollection(ListLCSuperPosition)
Initializes a new instance of the LCSuperPositionCollection class. create a collection from a list of super-imposition-objects using unit-factors.
Public methodLCSuperPositionCollection(LCSuperPositionCollection)
Initializes a new instance of the LCSuperPositionCollection class. initialize a load-case superposition collection from another one.
Public methodLCSuperPositionCollection(ListLCSuperPosition, LCSuperPositionFactor)
Initializes a new instance of the LCSuperPositionCollection class. create a new SuperPosition collection using a super-imposition object and super-imposition factors.
Top
Properties
  NameDescription
Public propertylower
Gets the lower boundary load-factors.
Public propertyupper
Gets the upper boundary load-factors.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOr
Connects other to this via or.
Public methodToList
Returns all load-factors as a list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also