 | 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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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