Class CalculationSetup
- Namespace
- IdeaRS.OpenModel.Concrete
- Assembly
- IdeaRS.OpenModel.dll
Concrete calculation setup
public class CalculationSetup : OpenObject
Inheritance
Inherited Members
Constructors
CalculationSetup()
Constructor
public CalculationSetup()
Properties
CrossSectionCharacteristics
Cross section charactertistics
public bool CrossSectionCharacteristics { get; set; }
Property Value
Detailing
Detailing
public bool Detailing { get; set; }
Property Value
Fatigue
ULS fatigue
public bool Fatigue { get; set; }
Property Value
MNKappaDiagram
M-N-κ diagram
public bool MNKappaDiagram { get; set; }
Property Value
SlsCrack
SLS crack
public bool SlsCrack { get; set; }
Property Value
SlsDeflections
SLS deflections
public bool SlsDeflections { get; set; }
Property Value
SlsStiffnesses
SLS stiffnesses
public bool SlsStiffnesses { get; set; }
Property Value
SlsStressLimitation
SLS stress limitation
public bool SlsStressLimitation { get; set; }
Property Value
UlsDiagram
ULS capacity N-M-M
public bool UlsDiagram { get; set; }
Property Value
UlsInteraction
Uls interaction
public bool UlsInteraction { get; set; }
Property Value
UlsResponse
ULS response
public bool UlsResponse { get; set; }
Property Value
UlsShear
ULS shear
public bool UlsShear { get; set; }
Property Value
UlsTorsion
ULS torsion
public bool UlsTorsion { get; set; }