Table of Contents

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

stages List<Stage>
assignModifedElement bool
assignNewElement bool

Fields

_lastChange

public string _lastChange

Field Value

string

Properties

Action

public string Action { get; set; }

Property Value

string

AssignModifiedElement

public bool AssignModifiedElement { get; set; }

Property Value

bool

AssignNewElement

public bool AssignNewElement { get; set; }

Property Value

bool

CreepStrainIncrementLimit

creep_strain_increment_limit [thousand percent]

public double CreepStrainIncrementLimit { get; set; }

Property Value

double

GhostMethod

public bool GhostMethod { get; set; }

Property Value

bool

Stages

public List<Stage> Stages { get; set; }

Property Value

List<Stage>

TimeDependentAnalysis

public bool TimeDependentAnalysis { get; set; }

Property Value

bool

_creepStrainIncrementLimit

public double _creepStrainIncrementLimit { get; set; }

Property Value

double