Class DynamicForceVector3DResult
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DynamicForceVector3DResult
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 DynamicForceVector3DResult : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Magnitude
Declaration
public DynamicForceResultAtTime Magnitude { get; }
Property Value
Type | Description |
---|---|
DynamicForceResultAtTime |
MagnitudeXY
Declaration
public DynamicForceResultAtTime MagnitudeXY { get; }
Property Value
Type | Description |
---|---|
DynamicForceResultAtTime |
X
Declaration
public DynamicForceResultAtTime X { get; }
Property Value
Type | Description |
---|---|
DynamicForceResultAtTime |
Y
Declaration
public DynamicForceResultAtTime Y { get; }
Property Value
Type | Description |
---|---|
DynamicForceResultAtTime |
Z
Declaration
public DynamicForceResultAtTime Z { get; }
Property Value
Type | Description |
---|---|
DynamicForceResultAtTime |
Implements
System.IEquatable<T>