Class FaceGearMeshCompoundAdvancedSystemDeflection
Inheritance
System.Object
FaceGearMeshCompoundAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FaceGearMeshCompoundAdvancedSystemDeflection : GearMeshCompoundAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public FaceGearMesh ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| FaceGearMesh |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<FaceGearMeshAdvancedSystemDeflection> ConnectionAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMeshAdvancedSystemDeflection> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<FaceGearMeshAdvancedSystemDeflection> ConnectionAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMeshAdvancedSystemDeflection> |
ConnectionDesign
Declaration
public FaceGearMesh ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| FaceGearMesh |
Implements
System.IEquatable<T>