Class PeriodicLoad
public class PeriodicLoad : ILoadElement, IFemDesignEntity
- Inheritance
-
PeriodicLoad
- Implements
- Inherited Members
- Extension Methods
Constructors
PeriodicLoad()
public PeriodicLoad()
PeriodicLoad(string, double, params PeriodicCase[])
public PeriodicLoad(string name, double frequency, params PeriodicCase[] cases)
Parameters
namestringfrequencydoubleHz
casesPeriodicCase[]
PeriodicLoad(string, double, List<PeriodicCase>)
public PeriodicLoad(string name, double frequency, List<PeriodicCase> cases)
Parameters
namestringfrequencydoubleHz
casesList<PeriodicCase>
Fields
_frequency
public double _frequency
Field Value
Properties
Case
public List<PeriodicCase> Case { get; set; }
Property Value
Frequency
public double Frequency { get; set; }
Property Value
Guid
Global Unique Id of entity
public Guid Guid { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Methods
EntityCreated()
Invoke when an instance is created.
public void EntityCreated()
EntityModified()
Invoke when an instance is modified.
Changes timestamp and action.
public void EntityModified()