Class AbstractShaftOrHousingMultibodyDynamicsAnalysis
Inheritance
System.Object
AbstractShaftOrHousingMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class AbstractShaftOrHousingMultibodyDynamicsAnalysis : ComponentMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public AbstractShaftOrHousing ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| AbstractShaftOrHousing |
MaximumTimeStep
Declaration
public virtual double MaximumTimeStep { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
NumberOfRigidBodyDegreesOfFreedom
Declaration
public int NumberOfRigidBodyDegreesOfFreedom { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.IEquatable<T>