Class CVTSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CVTSystemDeflection
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 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>