Class GearSetHarmonicLoadData
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetHarmonicLoadData
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearSetHarmonicLoadData : HarmonicLoadDataBase, IEquatable<APIBase>
Properties
ExcitationOrderAsRotationalOrderOfShaft
Declaration
public override double ExcitationOrderAsRotationalOrderOfShaft { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Excitations
Declaration
public override ReadOnlyCollection<FourierSeries> Excitations { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FourierSeries> |
Overrides
GearMeshTEOrderType
Defines whether orders are specified with respect to a selected reference shaft or they are with respect to primary mesh, tooth passing orders.
Declaration
public GearMeshTEOrderType GearMeshTEOrderType { get; set; }
Property Value
Type | Description |
---|---|
GearMeshTEOrderType |
ReferenceShaft
Declaration
public ListWithSelectedItem<string> ReferenceShaft { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
Methods
CopyDataToDuplicatePlanetaryMeshes()
Declaration
public void CopyDataToDuplicatePlanetaryMeshes()
Implements
System.IEquatable<T>