Class ConicalGearMeshLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearMeshLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConicalGearMeshLoadCase : GearMeshLoadCase, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public ConicalGearMesh ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| ConicalGearMesh |
Crowning
Measurement: VeryShortLength
Declaration
public Overridable<double> Crowning { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Planetaries
Declaration
public ReadOnlyCollection<ConicalGearMeshLoadCase> Planetaries { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ConicalGearMeshLoadCase> |
ResultsFromImportedXML
Declaration
public KIMoSBevelHypoidSingleLoadCaseResultsData ResultsFromImportedXML { get; }
Property Value
| Type | Description |
|---|---|
| KIMoSBevelHypoidSingleLoadCaseResultsData |
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
| Type | Description |
|---|---|
| ConicalMeshMisalignments |
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
| Type | Description |
|---|---|
| ConicalGearSetHarmonicLoadData |
Implements
System.IEquatable<T>