Class SAESplineJointDesign
Inheritance
System.Object
SAESplineJointDesign
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SAESplineJointDesign : StandardSplineJointDesign, IEquatable<APIBase>
Properties
FitType
Declaration
public FitTypes FitType { get; set; }
Property Value
Declaration
public double FormClearance { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumEffectiveClearance
Declaration
public double MaximumEffectiveClearance { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumTipChamfer
Declaration
public double MaximumTipChamfer { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumEffectiveClearance
Declaration
public override double MinimumEffectiveClearance { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MinimumTipChamfer
Declaration
public double MinimumTipChamfer { get; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfTeeth
Declaration
public override int NumberOfTeeth { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
Declaration
public bool UseInternalHalfMinimumMinorDiameterForExternalHalfFormDiameterCalculation { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseSAEB921b1996
Declaration
public bool UseSAEB921b1996 { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods