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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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