Click or drag to resize

OutlineEdge Interface

Represents outline edge in the woodwork automation system. Outline edge is applied to workpiece outline side edges.

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

The OutlineEdge type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets the code of the outline edge cover material.
Public propertyColor Gets the color (rgb) of the outline edge.
Public propertyGeometry Returns the collection of Geometry objects defining the outline edge boundaries and placement. Supported geometry types include: Point, Segment, and Arc elements that together specify the geometric area where the cover is applied.
Public propertyHasCover Gets a value indicating whether the outline edge has an applied cover material.
Public propertyName Gets the name of the outline edge cover material.
Public propertyOrderNumber Gets the order number of the outline edge.
Public propertyThickness Gets the thickness of the outline edge cover material.
Top
See Also