Class GearMultibodyDynamicsAnalysis
Inheritance
System.Object
GearMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearMultibodyDynamicsAnalysis : MountableComponentMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Gear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Gear |
GearMeshForcesOnShaft
In the initial coordinate system of the gear
Measurement: Force
Declaration
public Vector3D GearMeshForcesOnShaft { get; }
Property Value
Type | Description |
---|---|
Vector3D |
GearMeshMomentsOnShaft
In the initial coordinate system of the gear
Measurement: Torque
Declaration
public Vector3D GearMeshMomentsOnShaft { get; }
Property Value
Type | Description |
---|---|
Vector3D |
GearMeshTorque
Torque of the gear on the mesh.
Measurement: Torque
Declaration
public List<double> GearMeshTorque { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
PeakGearTorque
Declaration
public ReadOnlyCollection<DynamicTorqueResultAtTime> PeakGearTorque { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<DynamicTorqueResultAtTime> |
Implements
System.IEquatable<T>