Class SpringDamperConnectionMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpringDamperConnectionMultibodyDynamicsAnalysis
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 SpringDamperConnectionMultibodyDynamicsAnalysis : CouplingConnectionMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public SpringDamperConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
SpringDamperConnection |
ConnectionLoadCase
Declaration
public SpringDamperConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
SpringDamperConnectionLoadCase |
Force
Measurement: Force
Declaration
public Vector3D Force { get; }
Property Value
Type | Description |
---|---|
Vector3D |
Moment
Measurement: Torque
Declaration
public Vector3D Moment { get; }
Property Value
Type | Description |
---|---|
Vector3D |
RelativeDisplacement
Measurement: VeryShortLength
Declaration
public Vector3D RelativeDisplacement { get; }
Property Value
Type | Description |
---|---|
Vector3D |
RelativeRotation
Measurement: SmallAngle
Declaration
public Vector3D RelativeRotation { get; }
Property Value
Type | Description |
---|---|
Vector3D |
Implements
System.IEquatable<T>