Class KeywayJointHalfDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
KeywayJointHalfDesign
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.DetailedRigidConnectors.KeyedJoints
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class KeywayJointHalfDesign : InterferenceFitHalfDesign, IEquatable<APIBase>
Properties
EffectiveKeywayDepth
The effective keyway depth at the mid point of the keyway. Used to calculate the contact pressure.
Measurement: ShortLength
Declaration
public double EffectiveKeywayDepth { get; }
Property Value
Type | Description |
---|---|
System.Double |
HardnessFactor
Determined by "Is Case Hardened?", see Appendix 2 of DIN 6892
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
Measurement: ShortLength
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
Determined by the component material, see Appendix 2 of DIN 6892
Declaration
public double SupportFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>