Click or drag to resize

NestingOptions 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 NestingOptions

The NestingOptions type exposes the following members.

Properties
 NameDescription
Public propertyCalledFromNesting Gets 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 propertySheetIndexForAllLayouts Gets sheet index for all nesting layouts
Public propertySheetIndexForMaterial Gets the nesting sheet index by specific material.
Top
See Also