Class TimeAxis
- Namespace
- IdeaRS.OpenModel.Concrete
- Assembly
- IdeaRS.OpenModel.dll
Time axis
public class TimeAxis : OpenObject
Inheritance
Inherited Members
Constructors
TimeAxis()
Constructor
public TimeAxis()
Properties
CreepTime
time from which the creep is calculated
public double CreepTime { get; set; }
Property Value
Times
Times
public List<TimePoint> Times { get; set; }