Click or drag to resize

Machine Interface

The Machine object represents CNC machine.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface Machine

The Machine type exposes the following members.

Properties
 NameDescription
Public propertyClearanceHeight Gets the clearance height. Specifies the safe height at which the tool moves vertically.
Public propertyCode Gets the code of this Machine object.
Public propertyControllerName Gets the machine controller name of this Machine object.
Public propertyCorrectionOnAir Gets the flag indicating whether the correction on air is set. True if CorrectionOnAir is on, or false otherwise.
Public propertyDescription Gets the detailed description of this Machine object.
Public propertyName Gets the name of this Machine object.
Public propertySafePlaneHeight Gets the safe plane height. Specifies the safe height to which the tool rapids horizontally.
Top
See Also