Compatible unit of a consumable supply item. For example, nuts, bolts,
brackets, glue, etc.Compatible unit of a consumable supply item. For
example, nuts, bolts, brackets, glue, etc.
|
|
__init__(self,
quantity='',
corporateCode='',
status=None,
PropertyUnits=None,
CompatibleUnits=None,
TypeMaterial=None,
*args,
**kw_args)
Initialises a new 'CUMaterialItem' instance. |
|
|
|
|
| addCompatibleUnits(self,
*CompatibleUnits) |
|
|
|
|
| addPropertyUnits(self,
*PropertyUnits) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeCompatibleUnits(self,
*CompatibleUnits) |
|
|
|
|
| removePropertyUnits(self,
*PropertyUnits) |
|
|
|
|
| setCompatibleUnits(self,
value) |
|
|
|
|
| setPropertyUnits(self,
value) |
|
|
|
|
| setTypeMaterial(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|