Class StraightBevelGearMeshCompoundMultibodyDynamicsAnalysis
Inheritance
System.Object
StraightBevelGearMeshCompoundMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class StraightBevelGearMeshCompoundMultibodyDynamicsAnalysis : BevelGearMeshCompoundMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public StraightBevelGearMesh ComponentDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearMesh |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelGearMeshMultibodyDynamicsAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshMultibodyDynamicsAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelGearMeshMultibodyDynamicsAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshMultibodyDynamicsAnalysis> |
ConnectionDesign
Declaration
public StraightBevelGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearMesh |
Implements
System.IEquatable<T>