Class CVTPulleySystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CVTPulleySystemDeflection
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 CVTPulleySystemDeflection : PulleySystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public CVTPulley ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CVTPulley |
FixedSheaveContactResults
Declaration
public ReadOnlyCollection<NodeResults> FixedSheaveContactResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<NodeResults> |
MovingSheaveContactResults
Declaration
public ReadOnlyCollection<NodeResults> MovingSheaveContactResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<NodeResults> |
PowerFlowResults
Declaration
public CVTPulleyPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
CVTPulleyPowerFlow |
Implements
System.IEquatable<T>