Class FaceGearMeshCompoundAdvancedSystemDeflection
Inheritance
System.Object
FaceGearMeshCompoundAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>