Class ShaftHubConnectionMultibodyDynamicsAnalysis
Inheritance
System.Object
ShaftHubConnectionMultibodyDynamicsAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaftHubConnectionMultibodyDynamicsAnalysis : ConnectorMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public ShaftHubConnection ComponentDesign { get; }
Property Value
ComponentLoadCase
Declaration
public ShaftHubConnectionLoadCase ComponentLoadCase { get; }
Property Value
Force
Declaration
public Vector3D Force { get; }
Property Value
ForceAngular
Declaration
public Vector3D ForceAngular { get; }
Property Value
ForceAngularInitialCoordinateSystem
Declaration
public Vector3D ForceAngularInitialCoordinateSystem { get; }
Property Value
ForceInitialCoordinateSystem
Declaration
public Vector3D ForceInitialCoordinateSystem { get; }
Property Value
PeakDynamicForce
Declaration
public DynamicForceVector3DResult PeakDynamicForce { get; }
Property Value
PeakDynamicForceAngular
Declaration
public DynamicTorqueVector3DResult PeakDynamicForceAngular { get; }
Property Value
Planetaries
Declaration
public ReadOnlyCollection<ShaftHubConnectionMultibodyDynamicsAnalysis> Planetaries { get; }
Property Value
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: SmallAngle
Declaration
public Vector3D RelativeAngularDisplacement { get; }
Property Value
RelativeAngularDisplacementInitialCoordinateSystem
Relative displacement between the inner and outer, for multi-node rigid connectors this is the average of the relative displacement of each node. Reported in the initial coordinate system of the component.
Measurement: SmallAngle
Declaration
public Vector3D RelativeAngularDisplacementInitialCoordinateSystem { get; }
Property Value
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
RelativeLinearDisplacementInitialCoordinateSystem
Relative displacement between the inner and outer, for multi-node rigid connectors this is the average of the relative displacement of each node. Reported in the initial coordinate system of the component.
Measurement: VeryShortLength
Declaration
public Vector3D RelativeLinearDisplacementInitialCoordinateSystem { get; }
Property Value
SplineContact
Declaration
public SplineContactNodalComponent SplineContact { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods