Class ShaftMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
ShaftMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.11.0.dll
Syntax
public class ShaftMultibodyDynamicsAnalysis : AbstractShaftMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AngularVelocities
Measurement: AngularVelocity
Declaration
public List<double> AngularVelocities { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ComponentDesign
Declaration
public Shaft ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Shaft |
ComponentLoadCase
Declaration
public ShaftLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
ShaftLoadCase |
ElasticLocalThetaXDeflections
Measurement: SmallAngle
Declaration
public List<double> ElasticLocalThetaXDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalThetaYDeflections
Measurement: SmallAngle
Declaration
public List<double> ElasticLocalThetaYDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalXDeflections
Measurement: VeryShortLength
Declaration
public List<double> ElasticLocalXDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalYDeflections
Measurement: VeryShortLength
Declaration
public List<double> ElasticLocalYDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalZDeflections
Measurement: VeryShortLength
Declaration
public List<double> ElasticLocalZDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticRadialDeflections
Measurement: VeryShortLength
Declaration
public List<double> ElasticRadialDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticTwists
Measurement: SmallAngle
Declaration
public List<double> ElasticTwists { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
Planetaries
Declaration
public ReadOnlyCollection<ShaftMultibodyDynamicsAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftMultibodyDynamicsAnalysis> |
Implements
System.IEquatable<T>