Click or drag to resize

VeneerCoverWorkpiece Interface

Veneer workpiece.

Namespace: CeliAPS.BomApi.Data.WorkpieceData
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface VeneerCoverWorkpiece : SolidCoverWorkpiece, 
	CoverMaterialWorkpiece, Workpiece, Item, ISolidMaterialWorkpiece, IRangeBoxAllowancesWorkpiece

The VeneerCoverWorkpiece type exposes the following members.

Properties
 NameDescription
Public propertyAllowances Gets the allowances.
(Inherited from IRangeBoxAllowancesWorkpiece)
Public propertyBomId Gets bom item identifier.
(Inherited from Item)
Public propertyBomStructure Indicates how the component is used/viewed in a BOM.
(Inherited from Item)
Public propertyChildren Objects comprising current Item
(Inherited from Item)
Public propertyCode Gets the code.
(Inherited from Item)
Public propertyCoverPosition Gets one or more sides that a cover influences (placed on)
(Inherited from CoverMaterialWorkpiece)
Public propertyName Gets the name.
(Inherited from Item)
Public propertyNegativeThickness Gets a value indicating whether workpiece has negative thickness. It may happen, when total thickness of multilayer board material or sunken cover material is bigger than model thickness.
(Inherited from SolidCoverWorkpiece)
Public propertyOrder The order of workpiece appliance to part in manufacturing process.
(Inherited from CoverMaterialWorkpiece)
Public propertyPdmType PDM Type of this instance. Is used in {Item.Type} parser.
(Inherited from Item)
Public propertyPreMillAllowance Gets a value indicating Pre-Mill allowance size on this side was applied. If not returns 0.
(Inherited from SolidCoverWorkpiece)
Public propertySize The size of workpiece.
(Inherited from ISolidMaterialWorkpiece)
Public propertySynchronizedWithFill Gets a value indicating whether cover grain direction is synchronized with fill grain direction.
Public propertyTextureAngle Gets Texture Angle from arbitrary axis
Top
Methods
 NameDescription
Public methodGetConnectionType Gets the type of the side and.
(Inherited from CoverMaterialWorkpiece)
Public methodGetMaterial Gets the material of workpiece (first element in children collection).;
(Inherited from Workpiece)
Top
See Also