Click or drag to resize

FillMaterialWorkpiece Interface

Workpieces having fill material.

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

The FillMaterialWorkpiece 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 propertyCalibrationAllowance Gets the calibration allowance.
Public propertyChildren Objects comprising current Item
(Inherited from Item)
Public propertyCode Gets the code.
(Inherited from Item)
Public propertyModelSize Fill Workpiece size without oversize and allowances.
Public propertyName Gets the name.
(Inherited from Item)
Public propertyNeedsProcessing Gets a value indicating whether workpiece needs additional mechanical processing after the workpiece was cut from sheet.
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 AI model thickness.
Public propertyPdmType PDM Type of this instance. Is used in {Item.Type} parser.
(Inherited from Item)
Public propertyRawSize Fill Workpiece size without oversize.
Public propertySize The size of workpiece.
(Inherited from ISolidMaterialWorkpiece)
Public propertyTextureAngle Gets Texture Angle from arbitrary axis
Top
Methods
 NameDescription
Public methodGetMaterial Gets the material of workpiece (first element in children collection).;
(Inherited from Workpiece)
Public methodGetSlatAngle Gets the type of the side and its slant angle.
Top
See Also