Class CVTSystemDeflection
Inheritance
System.Object
CVTSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CVTSystemDeflection : BeltDriveSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public CVT AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
CVT |
MinimumBeltClampingForceSafetyFactor
Measurement: SafetyFactor
Declaration
public double MinimumBeltClampingForceSafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumRequiredClampingForce
Measurement: Force
Declaration
public double MinimumRequiredClampingForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
PowerFlowResults
Declaration
public CVTPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
CVTPowerFlow |
Implements
System.IEquatable<T>