Class CylindricalGearMeshCompoundSteadyStateSynchronousResponse
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMeshCompoundSteadyStateSynchronousResponse
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearMeshCompoundSteadyStateSynchronousResponse : GearMeshCompoundSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<CylindricalGearMeshSteadyStateSynchronousResponse> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshSteadyStateSynchronousResponse> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<CylindricalGearMeshSteadyStateSynchronousResponse> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshSteadyStateSynchronousResponse> |
ConnectionDesign
Declaration
public CylindricalGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGearMesh |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearMeshCompoundSteadyStateSynchronousResponse> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshCompoundSteadyStateSynchronousResponse> |
Implements
System.IEquatable<T>