Class CVTBeltConnectionCompoundSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CVTBeltConnectionCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CVTBeltConnectionCompoundSystemDeflection : BeltConnectionCompoundSystemDeflection, IEquatable<APIBase>
Properties
BeltSafetyFactorForClampingForce
Minimum belt safety factor for clamping force in the load cases
Measurement: SafetyFactor
Declaration
public double BeltSafetyFactorForClampingForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<CVTBeltConnectionSystemDeflection> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CVTBeltConnectionSystemDeflection> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<CVTBeltConnectionSystemDeflection> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CVTBeltConnectionSystemDeflection> |
Implements
System.IEquatable<T>