Click or drag to resize

PartCovers Property

Returns the collection of Cover objects that define finishing layers applied to the part surfaces. Covers specify material type (paint, edge band, veneer, vacuum film, or multilayer), thickness, and geometric boundaries for precise placement on workpiece faces. Each cover in the collection represents a distinct finishing operation with its own material properties and application boundaries.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
IList<Cover> Covers { get; }

Property Value

IListCover
See Also