Click or drag to resize

SolidCoverWorkpiece Interface

Workpiece having non-liquid material.

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

The SolidCoverWorkpiece 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 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.
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.
Public propertySize The size of workpiece.
(Inherited from ISolidMaterialWorkpiece)
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