Class AbstractShaftOrHousingMultibodyDynamicsAnalysis
Inheritance
System.Object
AbstractShaftOrHousingMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class AbstractShaftOrHousingMultibodyDynamicsAnalysis : ComponentMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public AbstractShaftOrHousing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
AbstractShaftOrHousing |
MaximumTimeStep
Measurement: TimeShort
Declaration
public virtual double MaximumTimeStep { get; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfRigidBodyDegreesOfFreedom
Bodies with 1 degree of freedom only include torsional rigid body motion, bodies with 2 degrees of freedom also include planetary motion and bodies with 3 degrees of freedom additionally include planetary radial motion.
Declaration
public int NumberOfRigidBodyDegreesOfFreedom { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>