Class CrossedAxisCylindricalGearPair
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CrossedAxisCylindricalGearPair
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
Syntax
public abstract class CrossedAxisCylindricalGearPair : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
CentreDistance
Declaration
public Overridable<double> CentreDistance { get; set; }
Property Value
Declaration
public double ContactRatio { get; }
Property Value
Type |
Description |
System.Double |
|
CutterNormalPressureAngle
Declaration
public double CutterNormalPressureAngle { get; }
Property Value
Type |
Description |
System.Double |
|
EffectiveGearStartOfActiveProfileDiameter
Declaration
public double EffectiveGearStartOfActiveProfileDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
GearEndOfActiveProfileDiameter
Declaration
public Overridable<double> GearEndOfActiveProfileDiameter { get; }
Property Value
GearNormalPressureAngle
Declaration
public double GearNormalPressureAngle { get; }
Property Value
Type |
Description |
System.Double |
|
GearOperatingRadius
Declaration
public double GearOperatingRadius { get; }
Property Value
Type |
Description |
System.Double |
|
GearStartOfActiveProfileDiameter
Declaration
public double GearStartOfActiveProfileDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
OperatingNormalPressureAngle
Declaration
public double OperatingNormalPressureAngle { get; }
Property Value
Type |
Description |
System.Double |
|
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
ShaftAngle
Declaration
public Overridable<double> ShaftAngle { get; set; }
Property Value
Shaver
Declaration
public CylindricalCutterSimulatableGear Shaver { get; }
Property Value
ShaverEndOfActiveProfileDiameter
Declaration
public double ShaverEndOfActiveProfileDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
ShaverOperatingRadius
Declaration
public double ShaverOperatingRadius { get; }
Property Value
Type |
Description |
System.Double |
|
ShaverRequiredEndOfActiveProfileDiameter
Declaration
public double ShaverRequiredEndOfActiveProfileDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
ShaverStartOfActiveProfileDiameter
Declaration
public double ShaverStartOfActiveProfileDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
ShaverTipDiameter
Declaration
public double ShaverTipDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
ShaverTipRadius
Declaration
public double ShaverTipRadius { get; }
Property Value
Type |
Description |
System.Double |
|
ShaverTipRadiusCalculatedByGearSAP
Declaration
public double ShaverTipRadiusCalculatedByGearSAP { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
GetActiveReportWithEncodedImages()
Declaration
public string GetActiveReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
GetDefaultReportWithEncodedImages()
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
GetNamedReportWithEncodedImages(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 |
|
OutputActiveReportTo(String)
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputDefaultReportTo(String)
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputNamedReportAsMastaReport(String, String)
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 |
|
OutputNamedReportTo(String, String)
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods