Class HypoidGearSetCompoundDynamicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HypoidGearSetCompoundDynamicAnalysis
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 HypoidGearSetCompoundDynamicAnalysis : AGMAGleasonConicalGearSetCompoundDynamicAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<HypoidGearSetDynamicAnalysis> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearSetDynamicAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<HypoidGearSetDynamicAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearSetDynamicAnalysis> |
AssemblyDesign
Declaration
public HypoidGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
HypoidGearSet |
HypoidGearsCompoundDynamicAnalysis
Declaration
public ReadOnlyCollection<HypoidGearCompoundDynamicAnalysis> HypoidGearsCompoundDynamicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearCompoundDynamicAnalysis> |
HypoidMeshesCompoundDynamicAnalysis
Declaration
public ReadOnlyCollection<HypoidGearMeshCompoundDynamicAnalysis> HypoidMeshesCompoundDynamicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearMeshCompoundDynamicAnalysis> |
Implements
System.IEquatable<T>