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