Class FaceGearPinionDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearPinionDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Face
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FaceGearPinionDesign : FaceGearDesign, IEquatable<APIBase>, IDisposable
Properties
BaseDiameter
Measurement: ShortLength
Declaration
public double BaseDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
BaseThicknessHalfAngle
Measurement: Angle
Declaration
public double BaseThicknessHalfAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
FaceWidth
Measurement: ShortLength
Declaration
public override double FaceWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
FilletRadius
Measurement: ShortLength
Declaration
public Overridable<double> FilletRadius { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NormalThickness
Measurement: ShortLength
Declaration
public double NormalThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
PitchConeAngleWithGear
Measurement: Angle
Declaration
public double PitchConeAngleWithGear { get; }
Property Value
Type | Description |
---|---|
System.Double |
ProfileShiftCoefficient
Declaration
public double ProfileShiftCoefficient { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RootDiameter
Measurement: ShortLength
Declaration
public Overridable<double> RootDiameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
TipDiameter
Measurement: ShortLength
Declaration
public Overridable<double> TipDiameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
WholeDepth
Measurement: ShortLength
Declaration
public double WholeDepth { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>
System.IDisposable