Class AbstractShaftOrHousingMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractShaftOrHousingMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AbstractShaftOrHousingMultibodyDynamicsAnalysis : ComponentMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public AbstractShaftOrHousing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
AbstractShaftOrHousing |
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>