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