Class KeyedJointDesign
Inheritance
System.Object
KeyedJointDesign
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class KeyedJointDesign : InterferenceFitDesign, IEquatable<APIBase>
Properties
Declaration
public double AllowableContactStressForInnerComponent { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double AllowableContactStressForKey { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double AllowableContactStressForOuterComponent { get; }
Property Value
| Type |
Description |
| System.Double |
|
EdgeChamfer
Declaration
public double EdgeChamfer { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
GeometryType
Declaration
public KeyTypes GeometryType { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InclinedUndersideChamfer
Declaration
public double InclinedUndersideChamfer { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InterferenceFitLength
Declaration
public double InterferenceFitLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
IsInterferenceFit
Declaration
public bool IsInterferenceFit { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsKeyCaseHardened
Declaration
public bool IsKeyCaseHardened { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
KeyEffectiveLength
Declaration
public double KeyEffectiveLength { get; }
Property Value
| Type |
Description |
| System.Double |
|
KeywayDepthInnerComponent
Declaration
public Overridable<double> KeywayDepthInnerComponent { get; set; }
Property Value
KeywayDepthOuterComponent
Declaration
public Overridable<double> KeywayDepthOuterComponent { get; set; }
Property Value
Length
Declaration
public double Length { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfKeys
Declaration
public NumberOfKeys NumberOfKeys { get; set; }
Property Value
PositionOffset
Declaration
public double PositionOffset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TensileYieldStrength
Declaration
public double TensileYieldStrength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods