Class RollerRibDetail
Inheritance
System.Object
RollerRibDetail
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RollerRibDetail : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Chamfer
Declaration
public Overridable<double> Chamfer { get; set; }
Property Value
Diameter
Declaration
public Overridable<double> Diameter { get; set; }
Property Value
HeightAboveRace
Declaration
public double HeightAboveRace { get; }
Property Value
| Type |
Description |
| System.Double |
|
LaybackAngle
Declaration
public Overridable<double> LaybackAngle { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double NominalContactHeightAboveRace { get; }
Property Value
| Type |
Description |
| System.Double |
|
Present
Declaration
public bool Present { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UndercutAxialAngle
Declaration
public Overridable<double> UndercutAxialAngle { get; set; }
Property Value
UndercutAxialStartOffset
Declaration
public Overridable<double> UndercutAxialStartOffset { get; set; }
Property Value
UndercutRadialAngle
Declaration
public Overridable<double> UndercutRadialAngle { get; set; }
Property Value
UndercutRadialStartOffset
Declaration
public Overridable<double> UndercutRadialStartOffset { get; set; }
Property Value
UndercutRadius
Declaration
public Overridable<double> UndercutRadius { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods