Class ShaftHubConnectionLoadCase
Inheritance
System.Object
ShaftHubConnectionLoadCase
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ShaftHubConnectionLoadCase : ConnectorLoadCase, IEquatable<APIBase>
Properties
AdditionalTiltStiffness
Declaration
public Overridable<double> AdditionalTiltStiffness { get; set; }
Property Value
AngularBacklash
Declaration
public double AngularBacklash { get; }
Property Value
| Type |
Description |
| System.Double |
|
ApplicationFactor
Declaration
public double ApplicationFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AxialPreload
Declaration
public Overridable<double> AxialPreload { get; set; }
Property Value
AxialStiffness
Declaration
public Overridable<double> AxialStiffness { get; set; }
Property Value
ComponentDesign
Declaration
public ShaftHubConnection ComponentDesign { get; }
Property Value
DampingOptions
Declaration
public SplineDampingOptions DampingOptions { get; }
Property Value
ExternalHalfManufacturingError
Declaration
public SplineHalfManufacturingError ExternalHalfManufacturingError { get; }
Property Value
FitOptions
Declaration
public ReadOnlyCollection<SplineFitOptions> FitOptions { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<SplineFitOptions> |
|
InternalHalfManufacturingError
Declaration
public SplineHalfManufacturingError InternalHalfManufacturingError { get; }
Property Value
IsTorsionallyRigid
Declaration
public Overridable<bool> IsTorsionallyRigid { get; set; }
Property Value
LeadReliefs
Declaration
public ReadOnlyCollection<SplineLeadRelief> LeadReliefs { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<SplineLeadRelief> |
|
LeftFlankLeadRelief
Declaration
public SplineLeadRelief LeftFlankLeadRelief { get; }
Property Value
LoadDistributionFactor
Declaration
public Overridable<double> LoadDistributionFactor { get; set; }
Property Value
LoadDistributionFactorSingleKey
Declaration
public double LoadDistributionFactorSingleKey { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MajorFitOptions
Declaration
public SplineFitOptions MajorFitOptions { get; }
Property Value
MinorFitOptions
Declaration
public SplineFitOptions MinorFitOptions { get; }
Property Value
NormalClearance
Declaration
public Overridable<double> NormalClearance { get; set; }
Property Value
NumberOfTorquePeaks
Declaration
public double NumberOfTorquePeaks { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfTorqueReversals
Declaration
public double NumberOfTorqueReversals { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverrideDesignSpecifiedStiffnessMatrix
Declaration
public bool OverrideDesignSpecifiedStiffnessMatrix { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Planetaries
Declaration
public ReadOnlyCollection<ShaftHubConnectionLoadCase> Planetaries { get; }
Property Value
RadialClearance
Declaration
public Overridable<double> RadialClearance { get; set; }
Property Value
RadialStiffness
Declaration
public Overridable<double> RadialStiffness { get; set; }
Property Value
RightFlankLeadRelief
Declaration
public SplineLeadRelief RightFlankLeadRelief { get; }
Property Value
SpecifiedApplicationFactor
Declaration
public Overridable<double> SpecifiedApplicationFactor { get; set; }
Property Value
SpecifiedBacklashFactor
Declaration
public Overridable<double> SpecifiedBacklashFactor { get; set; }
Property Value
SpecifiedLoadDistributionFactor
Declaration
public Overridable<double> SpecifiedLoadDistributionFactor { get; set; }
Property Value
SpecifiedLoadSharingFactor
Declaration
public Overridable<double> SpecifiedLoadSharingFactor { get; set; }
Property Value
SpecifiedStiffnessForShaftHubConnectionInLocalCoordinateSystem
Declaration
public double[, ] SpecifiedStiffnessForShaftHubConnectionInLocalCoordinateSystem { get; set; }
Property Value
| Type |
Description |
| System.Double[,] |
|
SplineHalfManufacturingErrors
Declaration
public ReadOnlyCollection<SplineHalfManufacturingError> SplineHalfManufacturingErrors { get; }
Property Value
SplinePitchErrorOptions
Declaration
public SplinePitchErrorOptions SplinePitchErrorOptions { get; }
Property Value
TiltClearance
Declaration
public Overridable<double> TiltClearance { get; set; }
Property Value
TiltStiffness
Declaration
public Overridable<double> TiltStiffness { get; set; }
Property Value
ToothLocationsExternalSplineHalf
Declaration
public ReadOnlyCollection<RigidConnectorToothLocation> ToothLocationsExternalSplineHalf { get; }
Property Value
TorsionalStiffness
Declaration
public Overridable<double> TorsionalStiffness { get; set; }
Property Value
TorsionalTwistPreload
Declaration
public Overridable<double> TorsionalTwistPreload { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods