Class CylindricalGearSetSystemDeflectionWithLTCAResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetSystemDeflectionWithLTCAResults
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 CylindricalGearSetSystemDeflectionWithLTCAResults : CylindricalGearSetSystemDeflection, IEquatable<APIBase>
Properties
AdvancedLTCAResults
Declaration
public CylindricalGearSetLoadDistributionAnalysis AdvancedLTCAResults { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetLoadDistributionAnalysis |
AdvancedLTCAResultsOnlyFirstPlanetaryMesh
Declaration
public CylindricalGearSetLoadDistributionAnalysis AdvancedLTCAResultsOnlyFirstPlanetaryMesh { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetLoadDistributionAnalysis |
BasicLTCAResults
Declaration
public CylindricalGearSetLoadDistributionAnalysis BasicLTCAResults { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetLoadDistributionAnalysis |
BasicLTCAResultsOnlyFirstPlanetaryMesh
Declaration
public CylindricalGearSetLoadDistributionAnalysis BasicLTCAResultsOnlyFirstPlanetaryMesh { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetLoadDistributionAnalysis |
Implements
System.IEquatable<T>