Class ShaftHubConnectionMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftHubConnectionMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShaftHubConnectionMultibodyDynamicsAnalysis : ConnectorMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public ShaftHubConnection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ShaftHubConnection |
ComponentLoadCase
Declaration
public ShaftHubConnectionLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
ShaftHubConnectionLoadCase |
Force
Measurement: Force
Declaration
public Vector3D Force { get; }
Property Value
Type | Description |
---|---|
Vector3D |
ForceAngular
Measurement: Torque
Declaration
public Vector3D ForceAngular { get; }
Property Value
Type | Description |
---|---|
Vector3D |
PeakDynamicForce
Declaration
public DynamicForceVector3DResult PeakDynamicForce { get; }
Property Value
Type | Description |
---|---|
DynamicForceVector3DResult |
PeakDynamicForceAngular
Declaration
public DynamicTorqueVector3DResult PeakDynamicForceAngular { get; }
Property Value
Type | Description |
---|---|
DynamicTorqueVector3DResult |
Planetaries
Declaration
public ReadOnlyCollection<ShaftHubConnectionMultibodyDynamicsAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftHubConnectionMultibodyDynamicsAnalysis> |
RelativeAngularDisplacement
Relative displacement between the inner and outer, for multi-node rigid connectors this is the average of the relative displacement of each node.
Measurement: VerySmallAngle
Declaration
public Vector3D RelativeAngularDisplacement { get; }
Property Value
Type | Description |
---|---|
Vector3D |
RelativeLinearDisplacement
Relative displacement between the inner and outer, for multi-node rigid connectors this is the average of the relative displacement of each node.
Measurement: VeryShortLength
Declaration
public Vector3D RelativeLinearDisplacement { get; }
Property Value
Type | Description |
---|---|
Vector3D |
Implements
System.IEquatable<T>