Class ConicalGearMeshLoadCase
Inheritance
System.Object
ConicalGearMeshLoadCase
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ConicalGearMeshLoadCase : GearMeshLoadCase, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public ConicalGearMesh ConnectionDesign { get; }
Property Value
Crowning
Measurement: VeryShortLength
Declaration
public Overridable<double> Crowning { get; set; }
Property Value
Planetaries
Declaration
public ReadOnlyCollection<ConicalGearMeshLoadCase> Planetaries { get; }
Property Value
ResultsFromImportedXML
Declaration
public KIMoSBevelHypoidSingleLoadCaseResultsData ResultsFromImportedXML { get; }
Property Value
UseGleasonGEMSDataForEfficiency
If not using the Gleason GEMS imported data for the gear mesh efficiency MASTA will either use the Mesh Efficiency on the gear mesh in Design Mode, if specified, or the calculated value according to ISO 22849 or ISO 14179.
Declaration
public bool UseGleasonGEMSDataForEfficiency { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseKIMoSDataForEfficiency
If not using the KIMoS imported data for the gear mesh efficiency MASTA will either use the Mesh Efficiency on the gear mesh in Design Mode, if specified, or the calculated value according to ISO 22849 or ISO 14179.
Declaration
public bool UseKIMoSDataForEfficiency { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UserSpecifiedMisalignments
Declaration
public ConicalMeshMisalignments UserSpecifiedMisalignments { get; }
Property Value
UseUserSpecifiedMisalignmentsInTCA
Allows the misalignment to be overridden for the selected load case for use in the Tooth Contact Analyses in Bevel Manufacturing Mode
Declaration
public bool UseUserSpecifiedMisalignmentsInTCA { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetHarmonicLoadDataForImport()
Declaration
public ConicalGearSetHarmonicLoadData GetHarmonicLoadDataForImport()
Returns
Implements
System.IEquatable<T>
Extension Methods