Class ComplianceAndForceData
Inheritance
System.Object
ComplianceAndForceData
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ComplianceAndForceData : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FrequenciesForCompliances
Declaration
public ReadOnlyCollection<double> FrequenciesForCompliances { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
Declaration
public ReadOnlyCollection<double> FrequenciesForMeshForces { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
GearACompliance
Declaration
public ReadOnlyCollection<Complex> GearACompliance { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Numerics.Complex> |
|
GearBCompliance
Declaration
public ReadOnlyCollection<Complex> GearBCompliance { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Numerics.Complex> |
|
MeshForcesPerUnitTE
Declaration
public ReadOnlyCollection<Complex> MeshForcesPerUnitTE { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Numerics.Complex> |
|
Implements
System.IEquatable<T>
Extension Methods