Class BeltDriveSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BeltDriveSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BeltDriveSystemDeflection : SpecialisedAssemblySystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public BeltDrive AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
BeltDrive |
AssemblyLoadCase
Declaration
public BeltDriveLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
BeltDriveLoadCase |
Belts
Declaration
public ReadOnlyCollection<BeltConnectionSystemDeflection> Belts { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BeltConnectionSystemDeflection> |
PowerFlowResults
Declaration
public BeltDrivePowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
BeltDrivePowerFlow |
Implements
System.IEquatable<T>