Class CylindricalGearSetOptimisationWrapper
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetOptimisationWrapper
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearSetOptimisationWrapper : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FaceWidth
Measurement: ShortLength
Declaration
public double FaceWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FaceWidthWithConstantAxialContactRatio
Measurement: ShortLength
Declaration
public double FaceWidthWithConstantAxialContactRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HelixAngle
Measurement: Angle
Declaration
public double HelixAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HelixAngleFixedTransverseProfile
Measurement: Angle
Declaration
public double HelixAngleFixedTransverseProfile { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NormalModule
Measurement: ShortLength
Declaration
public double NormalModule { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NormalPressureAngle
Measurement: Angle
Declaration
public double NormalPressureAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PlanetDiameterWithAdjustedFaceWidthToMaintainMass
Measurement: ShortLength
Declaration
public double PlanetDiameterWithAdjustedFaceWidthToMaintainMass { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RootGearProfileShiftCoefficient
Declaration
public double RootGearProfileShiftCoefficient { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RootGearProfileShiftCoefficientWithFixedTipAndRootDiameters
Declaration
public double RootGearProfileShiftCoefficientWithFixedTipAndRootDiameters { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>