Class Stage
fdscript.xsd
public class Stage
- Inheritance
-
Stage
- Inherited Members
- Extension Methods
Constructors
Stage()
Parameterless constructor for serialization.
public Stage()
Stage(bool, bool, double?)
public Stage(bool ghost = false, bool timeDependent = false, double? creepLimit = null)
Parameters
Properties
CreepIncrementLimit
creep_strain_increment_limit [thousand percent]
public double? CreepIncrementLimit { get; set; }
Property Value
Ghost
public bool Ghost { get; set; }
Property Value
TimeDependentAnalysis
public bool TimeDependentAnalysis { get; set; }
Property Value
_creepIncrementLimit
public double _creepIncrementLimit { get; set; }
Property Value
_ghost
public bool _ghost { get; set; }
Property Value
_timeDependentAnalysis
public bool _timeDependentAnalysis { get; set; }
Property Value
Methods
Default()
Default Construction stages method (incremental).
public static Stage Default()
Returns
Define(bool)
Construction stages method.
public static Stage Define(bool ghost = false)
Parameters
ghostboolGhost construction method. True/false. If false incremental method is used.
Returns
GhostMethod()
Incremental construction stage method.
public static Stage GhostMethod()
Returns
TrackingMethod()
Ghost construction stage method.
public static Stage TrackingMethod()