Class InterferenceFitHalfDesign
Inheritance
System.Object
InterferenceFitHalfDesign
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class InterferenceFitHalfDesign : DetailedRigidConnectorHalfDesign, IEquatable<APIBase>
Properties
AverageJointDiameter
Declaration
public double AverageJointDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
AverageSurfaceRoughness
Declaration
public double AverageSurfaceRoughness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Designation
Declaration
public string Designation { get; }
Property Value
| Type |
Description |
| System.String |
|
DiameterRatio
Declaration
public double DiameterRatio { get; }
Property Value
| Type |
Description |
| System.Double |
|
JointPressureForFullyPlasticPart
Declaration
public double JointPressureForFullyPlasticPart { get; }
Property Value
| Type |
Description |
| System.Double |
|
LowerDeviation
Declaration
public double LowerDeviation { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public virtual string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
NominalJointDiameter
Declaration
public Overridable<double> NominalJointDiameter { get; set; }
Property Value
PermissibleJointPressureForFullyElasticPart
Declaration
public double PermissibleJointPressureForFullyElasticPart { get; }
Property Value
| Type |
Description |
| System.Double |
|
PermissibleRelativeInterferenceForFullyElasticPart
Declaration
public double PermissibleRelativeInterferenceForFullyElasticPart { get; }
Property Value
| Type |
Description |
| System.Double |
|
RequiredSafetyAgainstPlasticStrain
Declaration
public Overridable<double> RequiredSafetyAgainstPlasticStrain { get; set; }
Property Value
StressRegion
Declaration
public StressRegions StressRegion { get; }
Property Value
Tolerance
Declaration
public SupportTolerance Tolerance { get; }
Property Value
UpperDeviation
Declaration
public double UpperDeviation { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods