Class GearMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearMultibodyDynamicsAnalysis : MountableComponentMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Gear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Gear |
GearMeshForcesOnShaft
Measurement: Force
Declaration
public Vector3D GearMeshForcesOnShaft { get; }
Property Value
Type | Description |
---|---|
Vector3D |
GearMeshMomentsOnShaft
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>