Class BevelHypoidGearDesignSettingsItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelHypoidGearDesignSettingsItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BevelHypoidGearDesignSettingsItem : NamedDatabaseItem, IEquatable<APIBase>
Properties
AllowOverridingManufacturingConfigMicroGeometryInALoadCase
If this option is selected then Bevel/Hypoid Gear Sets have an option to override their machine settings on a per load case basis in System Deflection and Advanced System Deflection
Declaration
public bool AllowOverridingManufacturingConfigMicroGeometryInALoadCase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinimumRatio
Declaration
public double MinimumRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
QualityGradeType
Declaration
public QualityGradeTypes QualityGradeType { get; set; }
Property Value
Type | Description |
---|---|
QualityGradeTypes |
Implements
System.IEquatable<T>