Class DynamicTorqueVector3DResult
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DynamicTorqueVector3DResult
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses.Reporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DynamicTorqueVector3DResult : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Magnitude
Declaration
public DynamicTorqueResultAtTime Magnitude { get; }
Property Value
Type | Description |
---|---|
DynamicTorqueResultAtTime |
RadialMagnitude
Declaration
public DynamicTorqueResultAtTime RadialMagnitude { get; }
Property Value
Type | Description |
---|---|
DynamicTorqueResultAtTime |
X
Declaration
public DynamicTorqueResultAtTime X { get; }
Property Value
Type | Description |
---|---|
DynamicTorqueResultAtTime |
Y
Declaration
public DynamicTorqueResultAtTime Y { get; }
Property Value
Type | Description |
---|---|
DynamicTorqueResultAtTime |
Z
Declaration
public DynamicTorqueResultAtTime Z { get; }
Property Value
Type | Description |
---|---|
DynamicTorqueResultAtTime |
Implements
System.IEquatable<T>