Class ManufacturingMachine
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ManufacturingMachine
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ManufacturingMachine : NamedDatabaseItem, IEquatable<APIBase>
Properties
CanWorkForFormate
Declaration
public bool CanWorkForFormate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanWorkForGenerating
Declaration
public bool CanWorkForGenerating { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanWorkForRollerModification
Declaration
public bool CanWorkForRollerModification { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanWorkForTilt
Declaration
public bool CanWorkForTilt { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EccentricDistance
Measurement: ShortLength
Declaration
public double EccentricDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MachineType
Declaration
public MachineTypes MachineType { get; set; }
Property Value
Type | Description |
---|---|
MachineTypes |
MaximumTiltAngle
Measurement: Angle
Declaration
public double MaximumTiltAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TiltBodyAngle
Measurement: Angle
Declaration
public double TiltBodyAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TiltDistance
Measurement: ShortLength
Declaration
public double TiltDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WheelFormateMachineType
Declaration
public WheelFormatMachineTypes WheelFormateMachineType { get; set; }
Property Value
Type | Description |
---|---|
WheelFormatMachineTypes |
Implements
System.IEquatable<T>