 | 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.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
SyntaxThe Cover type exposes the following members.
Properties| | Name | Description |
|---|
 | CoverType |
Returns the cover material type as defined by CoverTypeEnum.
|
 | Geometry |
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.
|
 | HighlightColor |
Returns the cover highlight color.
|
 | Thickness |
Gets the thickness of the cover material layer.
|
Top
See Also