Class PeriodicCase
- Namespace
- FemDesign.Loads
- Assembly
- FemDesign.Core.dll
public class PeriodicCase
- Inheritance
-
PeriodicCase
- Inherited Members
-
- Extension Methods
-
Constructors
PeriodicCase()
PeriodicCase(double, Shape, LoadCase)
public PeriodicCase(double factor, PeriodicCase.Shape phase, LoadCase LoadCase)
Parameters
factor double
phase PeriodicCase.Shape
LoadCase LoadCase
PeriodicCase(double, Shape, Guid)
public PeriodicCase(double factor, PeriodicCase.Shape phase, Guid LoadCaseGuid)
Parameters
factor double
phase PeriodicCase.Shape
LoadCaseGuid Guid
Fields
_factor
Field Value
- double
Properties
Factor
public double Factor { get; set; }
Property Value
- double
LoadCase
public LoadCase LoadCase { get; set; }
Property Value
- LoadCase
LoadCaseGuid
public Guid LoadCaseGuid { get; set; }
Property Value
- Guid
_loadCase
public LoadCase _loadCase { get; set; }
Property Value
- LoadCase
phase
public PeriodicCase.Shape phase { get; set; }
Property Value
- PeriodicCase.Shape