Click or drag to resize

OperatingToolData Interface

Represents the operating tool data object that defines the spatial orientation and positioning of a cutting tool during manufacturing operations in the woodwork automation system. The operating tool data encapsulates the tool's three-dimensional vector representation and two rotational angle parameters that collectively establish the tool's precise alignment relative to the workpiece. This includes the tool inclination (tilt angle from vertical) and the rotational position about the vertical axis (rotation angle in the XY plane). These parameters are essential for controlling tool geometry, ensuring proper cut direction, managing tool engagement angles, and optimizing material removal during milling, nesting, and other precision woodworking operations.

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

The OperatingToolData type exposes the following members.

Properties
 NameDescription
Public propertyRotationAngle Gets the tool angle of rotation about the vertical Z axis in the XY plane.
Public propertyTiltAngle Gets the tool angle of inclination (tilt angle) from the vertical Z axis.
Public propertyToolVector Gets the Vector that defines the tool's direction and orientation in 3D space.
Top
See Also