Class FlexiblePinAssembly
Inheritance
System.Object
FlexiblePinAssembly
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FlexiblePinAssembly : SpecialisedAssembly, IEquatable<APIBase>
Properties
LengthToDiameterRatio
Declaration
public double LengthToDiameterRatio { get; }
Property Value
| Type |
Description |
| System.Double |
|
Material
Declaration
public DatabaseWithSelectedItem Material { get; set; }
Property Value
MaximumPinDiameterFromPlanetBore
Declaration
public double MaximumPinDiameterFromPlanetBore { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumFatigueSafetyFactor
Declaration
public double MinimumFatigueSafetyFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PinDiameter
Declaration
public double PinDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PinPositionTolerance
Declaration
public double PinPositionTolerance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PitchISOQualityGrade
Declaration
public ListWithSelectedItem<int> PitchISOQualityGrade { get; set; }
Property Value
PlanetGear
Declaration
public CylindricalGear PlanetGear { get; }
Property Value
PlanetGearBoreDiameter
Declaration
public double PlanetGearBoreDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
SpindleOuterDiameter
Declaration
public double SpindleOuterDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalPinLength
Declaration
public double TotalPinLength { get; }
Property Value
| Type |
Description |
| System.Double |
|
UnsupportedPinLength
Declaration
public double UnsupportedPinLength { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods