Class FaceGearMeshAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearMeshAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FaceGearMeshAdvancedSystemDeflection : GearMeshAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDetailedAnalysis
Declaration
public FaceGearMeshRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
FaceGearMeshRating |
ConnectionDesign
Declaration
public FaceGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
FaceGearMesh |
ConnectionLoadCase
Declaration
public FaceGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
FaceGearMeshLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<FaceGearMeshSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMeshSystemDeflection> |
Implements
System.IEquatable<T>