Click or drag to resize

MultiDrillAggregate Interface

Represents a multi-drill aggregate in the woodwork automation system. A multi-drill aggregate is a specialized aggregate representing a multi-drill unit of the CNC machine that coordinates multiple drilling sequences arranged in a two-dimensional grid pattern. It maintains the dimensional constraints of the drill grid and manages multiple drill head sequences that execute in a coordinated manner to perform high-speed, multi-hole drilling operations across the workpiece.

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

The MultiDrillAggregate type exposes the following members.

Properties
 NameDescription
Public propertyAggregateType Gets the type classification of this aggregate as defined by AggregateTypeEnum.
(Inherited from Aggregate)
Public propertyDrillHeadSequences Returns the collection of DrillHeadSequence objects associated with the multi-drill unit. Each sequence represents a coordinated set of drilling tools that execute as a logical operation.
Public propertyMaxToolsOnX Gets the maximum number of tools that can be positioned in the X direction (horizontal axis).
Public propertyMaxToolsOnY Gets the maximum number of tools that can be positioned in the Y direction (vertical axis).
Public propertyName Gets the user-displayable name of the aggregate.
(Inherited from Aggregate)
Top
See Also