Class CradleStyleConicalMachineSettingsGenerated
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CradleStyleConicalMachineSettingsGenerated
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 CradleStyleConicalMachineSettingsGenerated : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
BlankOffset
Measurement: ShortLength
Declaration
public double BlankOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CradleAngle
Measurement: Angle
Declaration
public double CradleAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CutterSpindleRotationAngle
Measurement: Angle
Declaration
public double CutterSpindleRotationAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DecimalRatio
Declaration
public double DecimalRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EccentricAngle
Measurement: Angle
Declaration
public double EccentricAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MachineCentreToBack
Measurement: ShortLength
Declaration
public double MachineCentreToBack { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MachineRootAngle
Measurement: Angle
Declaration
public double MachineRootAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ModifiedRollCoefficientC
Declaration
public double ModifiedRollCoefficientC { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ModifiedRollCoefficientD
Declaration
public double ModifiedRollCoefficientD { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SlidingBase
Measurement: ShortLength
Declaration
public double SlidingBase { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SwivelAngle
Measurement: Angle
Declaration
public double SwivelAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>