Click or drag to resize

OutputOptions Interface

Represents output options in the woodwork automation system. Output options define parameters controlling how manufacturing data is exported, formatted, and presented to external systems. Options include output file path, file overwrite behavior, directory organization by material, and nesting operation context. Output options enable customization of system behavior for different operational and integration requirements throughout the manufacturing workflow.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public interface OutputOptions

The OutputOptions type exposes the following members.

Properties
 NameDescription
Public propertyCalledFromNesting Gets or sets a value indicating whether the CNC output generation was invoked from a nesting operation. Returns true if called from nesting optimization, or false if called from standard manufacturing workflow. This context affects how output is formatted and organized for nested part sets.
Public propertyCreateDirectoriesByMaterial Gets a value indicating whether output directories should be organized by material type. Returns true if subdirectories should be created for each material type, or false if a flat directory structure should be used.
Public propertyOverwriteExistingFiles Gets a value indicating whether an existing output file should be overwritten. Returns true if the existing file should be overwritten, or false if it should be preserved.
Public propertyPath Gets the full file path where the output will be written.
Top
See Also