Class SplineFlankContactReporting
Inheritance
System.Object
SplineFlankContactReporting
Assembly: SMT.MastaAPI.14.1.1.dll
public class SplineFlankContactReporting : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public double Angle { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public Vector3D ContactPositionLCS { get; }
Property Value
Declaration
public Vector3D ContactPositionWCS { get; }
Property Value
Declaration
public string EntityName { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public VectorWithLinearAndAngularComponents ForceOnInnerContactCoordinateSystem { get; }
Property Value
Declaration
public VectorWithLinearAndAngularComponents ForceOnInnerWCS { get; }
Property Value
Declaration
public double NormalDeflection { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public Vector3D NormalDirectionLCS { get; }
Property Value
Declaration
public Vector3D NormalDirectionWCS { get; }
Property Value
Declaration
public double NormalForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NormalStiffness { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public VectorWithLinearAndAngularComponents RelativeDeflectionLCS { get; }
Property Value
Declaration
public double RelativeDeflectionMisalignment { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public VectorWithLinearAndAngularComponents RelativeDeflectionWCS { get; }
Property Value
Declaration
public double SurfacePenetration { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double TangentialDeflection { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double TangentialForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double TangentialStiffness { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double TiltMoment { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods