Class BasicConicalGearMachineSettings
Inheritance
System.Object
BasicConicalGearMachineSettings
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class BasicConicalGearMachineSettings : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
MachineCentreToBack
Declaration
public double MachineCentreToBack { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MachineRootAngle
Declaration
public double MachineRootAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SlidingBase
Declaration
public double SlidingBase { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SwivelAngle
Declaration
public double SwivelAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TiltAngle
Declaration
public double TiltAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods