Click or drag to resize

Workpiece Interface

Component that is processed to create the item. In most cases workpiece can be seen as a rectangular piece cut from raw material with oversizes to create the final part or cover.

Namespace: CeliAPS.BomApi.Data.WorkpieceData
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface Workpiece : Item

The Workpiece type exposes the following members.

Properties
 NameDescription
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 propertyName Gets the name.
(Inherited from Item)
Public propertyPdmType PDM Type of this instance. Is used in {Item.Type} parser.
(Inherited from Item)
Top
Methods
 NameDescription
Public methodGetMaterial Gets the material of workpiece (first element in children collection).;
Top
See Also