Class ConstructionStages
- Namespace
- FemDesign
- Assembly
- FemDesign.Core.dll
Stage
public class ConstructionStages
- Inheritance
-
ConstructionStages
- Inherited Members
- Extension Methods
Constructors
ConstructionStages()
Parameterless constructor for serialization.
public ConstructionStages()
ConstructionStages(List<Stage>, bool, bool)
public ConstructionStages(List<Stage> stages, bool assignModifedElement = false, bool assignNewElement = false)
Parameters
Fields
_lastChange
public string _lastChange
Field Value
Properties
Action
public string Action { get; set; }
Property Value
AssignModifiedElement
public bool AssignModifiedElement { get; set; }
Property Value
AssignNewElement
public bool AssignNewElement { get; set; }
Property Value
CreepStrainIncrementLimit
creep_strain_increment_limit [thousand percent]
public double CreepStrainIncrementLimit { get; set; }
Property Value
GhostMethod
public bool GhostMethod { get; set; }
Property Value
Stages
public List<Stage> Stages { get; set; }
Property Value
TimeDependentAnalysis
public bool TimeDependentAnalysis { get; set; }
Property Value
_creepStrainIncrementLimit
public double _creepStrainIncrementLimit { get; set; }