Class KeywayJointHalfDesign
Inheritance
System.Object
KeywayJointHalfDesign
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class KeywayJointHalfDesign : InterferenceFitHalfDesign, IEquatable<APIBase>
Properties
EffectiveKeywayDepth
Declaration
public double EffectiveKeywayDepth { get; }
Property Value
| Type |
Description |
| System.Double |
|
HardnessFactor
Declaration
public double HardnessFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
IsCaseHardened
Declaration
public bool IsCaseHardened { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
KeywayChamferDepth
Declaration
public double KeywayChamferDepth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public override string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
SupportFactor
Declaration
public double SupportFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods