Click or drag to resize

Utility Interface

Represents the Utility object. It helps to manipulate the formatting of the output.

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

The Utility type exposes the following members.

Methods
 NameDescription
Public methodCreateFormat Defines how codes are formatted before being output to the NC file.
Public methodCreateIncremental Creates the incremental output object that is used to control the output of a code.
Public methodCreateModal Creates the modal output object that is used to control the output of a code.
Public methodCreateReference Creates the reference output object that is used to control the output of a code.
Public methodCreateVariable Creates the output object that is used to control the output of a code.
Public methodFileChecksum Calculate MD5 checksum for a file
Public methodPostprocessorFileName Gets the file name of the postprocessor
Public methodPostprocessorFullPath Gets the full path of the postprocessor
Public methodPostprocessorLocation Gets the location of the postprocessor
Public methodWriteFile(String, String, String, String) Writes the file,
Public methodWriteFile(String, String, String, String, String, String) Writes the file with advanced parameters.
Top
See Also