Class ProcessSimulationInput
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ProcessSimulationInput
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
public abstract class ProcessSimulationInput : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public AnalysisMethod AnalysisSetting { get; set; }
Property Value
Measurement: VeryShortLength
Declaration
public double CentreDistanceOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public CentreDistanceOffsetMethod CentreDistanceOffsetSpecificationMethod { get; set; }
Property Value
Declaration
public CutterHeadSlideError CutterHeadSlideError { get; }
Property Value
Declaration
public RackMountingError CutterMountingError { get; }
Property Value
Declaration
public double Feed { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double GearDesignedLeadCrownLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
Measurement: VeryShortLength
Declaration
public double GearDesignLeadCrownModification { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public GearMountingError GearMountingError { get; }
Property Value
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
Declaration
public double ShaftAngleOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double StartHeightAboveTheGearCenter { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public int ToothIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Vector2DListAccessor UserSpecifiedCenterDistanceOffsetRelativeToCutterHeight { get; set; }
Property Value
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