Class WormGearMeshCompoundDynamicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearMeshCompoundDynamicAnalysis
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 WormGearMeshCompoundDynamicAnalysis : GearMeshCompoundDynamicAnalysis, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<WormGearMeshDynamicAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshDynamicAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<WormGearMeshDynamicAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshDynamicAnalysis> |
ConnectionDesign
Declaration
public WormGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
WormGearMesh |
Implements
System.IEquatable<T>