Class PulleyMultibodyDynamicsAnalysis
Inheritance
System.Object
PulleyMultibodyDynamicsAnalysis
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class PulleyMultibodyDynamicsAnalysis : CouplingHalfMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Pulley ComponentDesign { get; }
Property Value
ComponentLoadCase
Declaration
public PulleyLoadCase ComponentLoadCase { get; }
Property Value
ForceOnPulleyFromBelts
Declaration
public Vector3D ForceOnPulleyFromBelts { get; }
Property Value
PeakPulleyTorque
Declaration
public ReadOnlyCollection<DynamicTorqueResultAtTime> PeakPulleyTorque { get; }
Property Value
PulleyTorque
Declaration
public List<double> PulleyTorque { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
Implements
System.IEquatable<T>
Extension Methods