Class LoadingValueOptions
Represents options of a loading value
Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class LoadingValueOptions
Properties
Name | Description |
---|---|
Direction | The LoadingDirection |
Mode | The seismic/vibration mode |
Reduced | Specifies whether reduced loading value is required |
SeismicCombinationValueType | |
Type | The LoadingValueType |
Methods
Name | Description |
---|---|
CombinationValue(LoadingValueType, LoadingDirection, SeismicCombinationValueType, bool) | Creates a new instance of LoadingValueOptions class for seismic combination value |
LoadcaseValue(LoadingValueType, LoadingDirection, int, bool) | Creates a new instance of LoadingValueOptions class for modal seismic/vibration loadcase value |
StaticValue(LoadingValueType, LoadingDirection, bool) | Creates a new instance of LoadingValueOptions class for static or combined seismic value |