Class CustomSplineHalfDesign
Inheritance
System.Object
CustomSplineHalfDesign
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class CustomSplineHalfDesign : SplineHalfDesign, IEquatable<APIBase>
Properties
ActualToothThicknessOrSpaceWidthTolerance
Declaration
public double ActualToothThicknessOrSpaceWidthTolerance { get; }
Property Value
| Type |
Description |
| System.Double |
|
AddendumFactor
Declaration
public double AddendumFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DedendumFactor
Declaration
public double DedendumFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EffectiveToothThicknessOrSpaceWidthTolerance
Declaration
public Overridable<double> EffectiveToothThicknessOrSpaceWidthTolerance { get; set; }
Property Value
Declaration
public override double FormDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MajorDiameter
Declaration
public override double MajorDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MajorDiameterSpecified
Declaration
public Overridable<double> MajorDiameterSpecified { get; set; }
Property Value
MaximumActualSpaceWidth
Declaration
public override double MaximumActualSpaceWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MaximumActualToothThickness
Declaration
public override double MaximumActualToothThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MaximumChordalSpanOverTeeth
Declaration
public override double MaximumChordalSpanOverTeeth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MaximumDimensionOverBalls
Declaration
public override double MaximumDimensionOverBalls { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MaximumEffectiveToothThickness
Declaration
public override double MaximumEffectiveToothThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MaximumSpaceWidthDeviation
Declaration
public double MaximumSpaceWidthDeviation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumToothThicknessDeviation
Declaration
public double MaximumToothThicknessDeviation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumActualSpaceWidth
Declaration
public override double MinimumActualSpaceWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MinimumActualToothThickness
Declaration
public override double MinimumActualToothThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MinimumChordalSpanOverTeeth
Declaration
public override double MinimumChordalSpanOverTeeth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MinimumDimensionOverBalls
Declaration
public override double MinimumDimensionOverBalls { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MinimumEffectiveSpaceWidth
Declaration
public override double MinimumEffectiveSpaceWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MinimumSpaceWidthDeviation
Declaration
public double MinimumSpaceWidthDeviation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumToothThicknessDeviation
Declaration
public double MinimumToothThicknessDeviation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MinorDiameter
Declaration
public override double MinorDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MinorDiameterSpecified
Declaration
public Overridable<double> MinorDiameterSpecified { get; set; }
Property Value
RootDiameter
Declaration
public Overridable<double> RootDiameter { get; set; }
Property Value
RootFilletRadiusFactor
Declaration
public override double RootFilletRadiusFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
TipDiameter
Declaration
public Overridable<double> TipDiameter { get; set; }
Property Value
TotalToothThicknessOrSpaceWidthTolerance
Declaration
public double TotalToothThicknessOrSpaceWidthTolerance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods