Class ManufacturingMachine
Inheritance
System.Object
ManufacturingMachine
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ManufacturingMachine : NamedDatabaseItem, IEquatable<APIBase>
Properties
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
Declaration
public double EccentricDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
MachineType
Declaration
public MachineTypes MachineType { get; set; }
Property Value
MaximumTiltAngle
Declaration
public double MaximumTiltAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
TiltBodyAngle
Declaration
public double TiltBodyAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
TiltDistance
Declaration
public double TiltDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public WheelFormatMachineTypes WheelFormateMachineType { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods