BillOfMaterialRow
Bases: BaseModel
Represents a single row in a bill of material (BOM) table.
PARAMETER | DESCRIPTION |
---|---|
position
|
Position Number of the part on the assembly, defined using position bubbles.
TYPE:
|
part_number
|
Part Number of the parts listed in the bill of material.
TYPE:
|
designation
|
Designation/Title of the part listed in the bill of material.
TYPE:
|
material_options
|
List of possible MaterialCombinations
TYPE:
|
quantity
|
Physical quantity in the string format of Pint.
TYPE:
|
unit_weight
|
Unit Weight of the parts listed in the bill of material.
TYPE:
|