Class BasicConicalGearMachineSettings
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BasicConicalGearMachineSettings
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 abstract class BasicConicalGearMachineSettings : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
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 |
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 |
TiltAngle
Measurement: Angle
Declaration
public double TiltAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>