Class BasicConicalGearMachineSettingsGenerated
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BasicConicalGearMachineSettingsGenerated
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel.BasicMachineSettings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BasicConicalGearMachineSettingsGenerated : BasicConicalGearMachineSettings, IEquatable<APIBase>
Properties
BasicCradleAngle
Measurement: Angle
Declaration
public double BasicCradleAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BlankOffset
Measurement: ShortLength
Declaration
public double BlankOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ModifiedRollCoefficientC
Note that in Gleason terminology the modified roll coefficient 2C is usually given. Modified Roll Coefficient C = 2C/2.
Declaration
public double ModifiedRollCoefficientC { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ModifiedRollCoefficientD
Note that in Gleason terminology the modified roll coefficient 6D is usually given. Modified Roll Coefficient D = 6D/6.
Declaration
public double ModifiedRollCoefficientD { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RadialSetting
Measurement: ShortLength
Declaration
public virtual double RadialSetting { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RatioOfRoll
Declaration
public double RatioOfRoll { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>