Class CylindricalGearBasicRack
Inheritance
System.Object
CylindricalGearBasicRack
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CylindricalGearBasicRack : CylindricalGearAbstractRack, IEquatable<APIBase>
Properties
BasicRackClearanceFactor
Bottom clearance between basic rack tooth and mating basic rack tooth.
Declaration
public double BasicRackClearanceFactor { get; }
Property Value
Type |
Description |
System.Double |
|
BasicRackProfile
Declaration
public BasicRackProfiles BasicRackProfile { get; set; }
Property Value
PinionTypeCutterForRating
Declaration
public CylindricalGearPinionTypeCutter PinionTypeCutterForRating { get; }
Property Value
ProportionalMethodForTipClearance
Declaration
public TipAlterationCoefficientMethod ProportionalMethodForTipClearance { get; set; }
Property Value
TipAlterationProportionalMethodMesh
Pick the other gear in the mesh which should be used for the proportion method.
Declaration
public ListWithSelectedItem<string> TipAlterationProportionalMethodMesh { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods