Class RollingRingConnectionMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
RollingRingConnectionMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.11.0.dll
Syntax
public class RollingRingConnectionMultibodyDynamicsAnalysis : InterMountableComponentConnectionMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public RollingRingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingConnection |
ConnectionLoadCase
Declaration
public RollingRingConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
RollingRingConnectionLoadCase |
NormalForce
Measurement: Force
Declaration
public double NormalForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingConnectionMultibodyDynamicsAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionMultibodyDynamicsAnalysis> |
Separation
Measurement: VeryShortLength
Declaration
public double Separation { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>