Class TimePoint
- Namespace
- IdeaRS.OpenModel.Concrete
- Assembly
- IdeaRS.OpenModel.dll
Point on time axis
public class TimePoint : OpenObject
Inheritance
Inherited Members
Constructors
TimePoint()
Constructor
public TimePoint()
Properties
Age
Age
public double Age { get; set; }
Property Value
AllowCheckInAgeLess3Days
true to allow chec in age less 3 days
public bool AllowCheckInAgeLess3Days { get; set; }
Property Value
Description
Description
public string Description { get; set; }
Property Value
Fix2DRotation
true to fix around Y axis ( Mz is not taken into account )
public bool Fix2DRotation { get; set; }
Property Value
LastConstructionStage
Last construction stage - Time of the start of cyclic loading for fatigue check
public bool LastConstructionStage { get; set; }
Property Value
Name
Name of time point
public string Name { get; set; }
Property Value
Prestressing
Prestressing
public bool Prestressing { get; set; }
Property Value
Stage
Stage
public bool Stage { get; set; }
Property Value
Time
Time
public double Time { get; set; }