Class CylindricalGearAbstractRackFlank
Inheritance
System.Object
CylindricalGearAbstractRackFlank
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class CylindricalGearAbstractRackFlank : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ChamferAngle
Declaration
public double ChamferAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ChamferAngleInTransversePlane
Declaration
public double ChamferAngleInTransversePlane { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Cutter
Declaration
public CylindricalGearAbstractRack Cutter { get; }
Property Value
DiameterChamferHeight
Declaration
public double DiameterChamferHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EdgeRadius
Declaration
public double EdgeRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EdgeRadiusFactor
Declaration
public Overridable<double> EdgeRadiusFactor { get; set; }
Property Value
Gear
Declaration
public CylindricalGearDesign Gear { get; }
Property Value
Name
Declaration
public virtual string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
ProtuberanceAngle
Declaration
public double ProtuberanceAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProtuberanceHeight
Declaration
public double ProtuberanceHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProtuberanceHeightFactor
Declaration
public double ProtuberanceHeightFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProtuberanceSpecification
Declaration
public CylindricalGearAbstractRackFlank.ProtuberanceSpecificationMethod ProtuberanceSpecification { get; set; }
Property Value
RackUndercutClearance
Declaration
public double RackUndercutClearance { get; }
Property Value
| Type |
Description |
| System.Double |
|
RackUndercutClearanceNormalModule
Declaration
public double RackUndercutClearanceNormalModule { get; }
Property Value
| Type |
Description |
| System.Double |
|
RadialChamferHeight
Declaration
public double RadialChamferHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RadialChamferHeightFactor
Declaration
public double RadialChamferHeightFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<System.String> |
|
ResidualFilletUndercut
Declaration
public virtual double ResidualFilletUndercut { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ResidualFilletUndercutFactor
Declaration
public double ResidualFilletUndercutFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RoughProtuberance
Declaration
public double RoughProtuberance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RoughProtuberanceFactor
Declaration
public double RoughProtuberanceFactor { get; set; }
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