Class CylindricalGearBasicRack
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearBasicRack
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 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
Type | Description |
---|---|
BasicRackProfiles |
PinionTypeCutterForRating
Declaration
public CylindricalGearPinionTypeCutter PinionTypeCutterForRating { get; }
Property Value
Type | Description |
---|---|
CylindricalGearPinionTypeCutter |
ProportionalMethodForTipClearance
Declaration
public TipAlterationCoefficientMethod ProportionalMethodForTipClearance { get; set; }
Property Value
Type | Description |
---|---|
TipAlterationCoefficientMethod |
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
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
Implements
System.IEquatable<T>