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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
IList<Cover> Covers { get; }

Property Value

IListCover
See Also