Class PointLoadHarmonicLoadData
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PointLoadHarmonicLoadData
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PointLoadHarmonicLoadData : SpeedDependentHarmonicLoadData, IEquatable<APIBase>
Properties
DegreeOfFreedom
Declaration
public DegreeOfFreedom DegreeOfFreedom { get; set; }
Property Value
Type | Description |
---|---|
DegreeOfFreedom |
Excitations
Declaration
public override ReadOnlyCollection<FourierSeries> Excitations { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FourierSeries> |
Overrides
ReferenceShaft
Declaration
public ListWithSelectedItem<string> ReferenceShaft { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
Implements
System.IEquatable<T>