Click or drag to resize

Side Interface

Represents a workpiece side in the woodwork automation system. A side defines a specific face of the workpiece with its own coordinate system, operations, and manufacturing characteristics. Sides organize manufacturing operations by machining surface and enable multi-sided manufacturing strategies where different operations are performed on different faces of the workpiece in a coordinated sequence.

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

The Side type exposes the following members.

Properties
 NameDescription
Public propertyOrigin Returns the origin that defines the reference point and axis directions for this coordinate system. The origin provides the anchor point and three directional vectors (X, Y, Z axes) that establish the complete spatial reference frame for manufacturing operations.
(Inherited from CoordinateSystem)
Public propertyType Gets the type.
Top
See Also