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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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