ICombination Interface |
Represents a combination of loadcases
Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The ICombination type exposes the following members.
Properties
Name | Description | |
---|---|---|
AppliesLiveLoadReductions | Gets a value indicating whether live load reductions are applied | |
CombinationClass | Gets the class of the combination | |
CombinationSpeciality | Gets the speciality of the combination | |
ElementGroupName |
Gets the name of the element group
(Inherited from IEntity) | |
EntityType |
Gets the type of the entity
(Inherited from IEntity) | |
FactoringType | Gets the factoring type | |
HasAutoKAmplifier | Gets a value indicating whether the k amplifier should be calculated automatically | |
Id |
Gets the ID
(Inherited from IHaveId) | |
Index |
Gets the index
(Inherited from IHaveIndex) | |
IsActive | Gets a value indicating whether the combination is on or off for analysis and design | |
IsService | Gets a value indicating whether the combination is assessed for deflection | |
IsStrength | Gets a value indicating whether the combination is assessed for design | |
KAmplifier | Gets the k amplifier | |
KAmplifierSource | Gets the source for k amplifier | |
KAmplifierTarget | Gets the target for k amplifier | |
LoadcaseFactors | Gets the list of loadcases with their factors | |
Name |
Gets the name
(Inherited from IHaveName) | |
NhlServiceFactorX | Gets the service notional horizontal loads factor in X direction | |
NhlServiceFactorY | Gets the service notional horizontal loads factor in Y direction | |
NhlStrengthFactorX | Gets the strength notional horizontal loads factor in X direction | |
NhlStrengthFactorY | Gets the strength notional horizontal loads factor in Y direction | |
NhlX | Gets the notional horizontal loads in X direction | |
NhlY | Gets the notional horizontal loads in Y direction | |
ReferenceIndex |
Gets the reference index of the loading case
(Inherited from ILoadingCase) | |
SlsId | Gets the ID of the corresponding SLS combination | |
UserName |
Gets the username of the loading case
(Inherited from ILoadingCase) |
Methods
Name | Description | |
---|---|---|
AddLoadcaseAsync | Adds an ILoadcase to this combination | |
GetLoadcaseAsync | Returns a loadcase from the combination at the given index |
See Also