Click or drag to resize

Cover Interface

Represents a cover in the woodwork automation system. A cover is a material layer applied to workpiece surfaces to provide finishing, protection, or aesthetic qualities. Covers are defined by their material type (paint, edge band, veneer, vacuum film, or multilayer), thickness, and the geometric boundaries specifying where the cover is applied on the workpiece.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
public interface Cover

The Cover type exposes the following members.

Properties
 NameDescription
Public propertyCoverType Returns the cover material type as defined by CoverTypeEnum.
Public propertyGeometry Returns the collection of Geometry objects defining the cover boundaries and placement. Supported geometry types include: Point, Segment, and Arc elements that together specify the geometric area where the cover is applied.
Public propertyHighlightColor Returns the cover highlight color.
Public propertyThickness Gets the thickness of the cover material layer.
Top
See Also