Click or drag to resize

Side Interface

Represents a workpiece side or machining surface 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 coordinated sequences with optional name and number remapping for flexible manufacturing workflow adaptation.

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

The Side type exposes the following members.

Properties
 NameDescription
Public propertyDirectionAngle Gets the direction angle in radians defining the rotation of the side's reference line. This angle specifies the rotational orientation within the side's plane, determining the alignment of operations relative to the side's coordinate axes.
Public propertyExtendedData Returns the SideExtendedData containing additional geometric information for inclined planes. Extended data includes corner points (P1, P2, P3, P4), elevation, angle, and shift vector necessary for precise inclined plane geometry and coordinate transformations.
Public propertyInclinationAngle Gets the inclination angle in radians from the orthogonal plane (where X-Y plane = 0 radians). This angle defines the rotational offset of the side from a standard horizontal orientation, enabling support for inclined or rotated machining surfaces.
Public propertyInclinedPlane Gets a value indicating whether the side represents an inclined (non-orthogonal) machining plane. Returns true if the side is inclined, or false if the side is a standard orthogonal plane.
Public propertyName Gets the user-displayable name of the side.
Public propertyNumber Gets the numeric identifier assigned to this side.
Public propertyOperationsCount Gets the total count of manufacturing operations defined for this side.
Public propertyOrigin Returns the origin Point that serves as the anchor for the side's coordinate system. The origin defines the reference location from which all side positioning and measurements are calculated.
Public propertyRemappedName Gets or sets a user-defined remapped name for the side. The remapped name overrides the standard name for display and reporting purposes.
Public propertyRemappedNumber Gets or sets a user-defined remapped number for the side. The remapped number overrides the standard number for identification and sequencing purposes.
Public propertyXaxis Returns the X-axis Vector indicating the primary horizontal direction of the side's coordinate system.
Public propertyYaxis Returns the Y-axis Vector indicating the secondary horizontal direction of the side's coordinate system.
Public propertyZaxis Returns the Z-axis Vector indicating the vertical direction of the side's coordinate system.
Top
See Also