Class RingPinToDiscContactReporting
Inheritance
System.Object
RingPinToDiscContactReporting
Assembly: SMT.MastaAPI.15.0.dll
public sealed class RingPinToDiscContactReporting : APIBase, IEquatable<APIBase>
Properties
Declaration
public SplineFlankContactReporting Contact { get; }
Property Value
Declaration
public InformationAtRingPinToDiscContactPointFromGeometry InformationAtRingPinToDiscContactPointFromGeometry { get; }
Property Value
Declaration
public ReadOnlyCollection<InformationForContactAtPointAlongFaceWidth> InformationForContactPointsAlongFaceWidth { get; }
Property Value
Declaration
public double MaximumContactStress { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public int PinNumber { get; }
Property Value
Type |
Description |
System.Int32 |
|
Measurement: PressureVelocityProduct
Declaration
public double PressureVelocity { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
This assumes the ring pin is not rotating about its local z-axis.
Measurement: Velocity
Declaration
public double SlidingVelocity { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
public string GetActiveReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetNamedReportWithEncodedImages(string reportName)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
Returns
Type |
Description |
System.String |
|
OutputActiveReportAsTextTo(String)
Declaration
public void OutputActiveReportAsTextTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputNamedReportAsMastaReport(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
OutputNamedReportAsTextTo(String, String)
Declaration
public void OutputNamedReportAsTextTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods