Enum LoadingResultType

Represents type of loading results

Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting.dll
Syntax
public enum LoadingResultType

Fields

Name Value Description
BaseBase = 1

Base loading case

NotionalLoadsDirection1NegativeNotionalLoadsDirection1Negative = 4

Negative notional loads in direction 1

NotionalLoadsDirection1PositiveNotionalLoadsDirection1Positive = 2

Positive notional loads in direction 1

NotionalLoadsDirection2NegativeNotionalLoadsDirection2Negative = 5

Negative notional loads in direction 2

NotionalLoadsDirection2PositiveNotionalLoadsDirection2Positive = 3

Positive notional loads in direction 2

UnknownUnknown = 0

Unknown

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next