Class RingForceAndDisplacement
Inheritance
System.Object
RingForceAndDisplacement
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RingForceAndDisplacement : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Displacement
Declaration
public VectorWithLinearAndAngularComponents Displacement { get; }
Property Value
Force
Declaration
public VectorWithLinearAndAngularComponents Force { get; }
Property Value
MagnitudeOfMisalignmentNormalToLoadDirection
Declaration
public double MagnitudeOfMisalignmentNormalToLoadDirection { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods