A logical part of the design (e.g., pole and all equipment on a pole).
This includes points and spans.A logical part of the design (e.g., pole
and all equipment on a pole). This includes points and spans.
|
|
__init__(self,
spanLength=0.0,
status=None,
MaterialItems=None,
Designs=None,
DesignLocationCUs=None,
WorkLocations=None,
Diagrams=None,
MiscCostItems=None,
ErpBomItemDatas=None,
ConditionFactors=None,
*args,
**kw_args)
Initialises a new 'DesignLocation' instance. |
|
|
|
|
| addConditionFactors(self,
*ConditionFactors) |
|
|
|
|
| addDesignLocationCUs(self,
*DesignLocationCUs) |
|
|
|
|
| addDesigns(self,
*Designs) |
|
|
|
|
| addDiagrams(self,
*Diagrams) |
|
|
|
|
| addErpBomItemDatas(self,
*ErpBomItemDatas) |
|
|
|
|
| addMaterialItems(self,
*MaterialItems) |
|
|
|
|
| addMiscCostItems(self,
*MiscCostItems) |
|
|
|
|
| addWorkLocations(self,
*WorkLocations) |
|
|
|
|
| getConditionFactors(self) |
|
|
|
|
| getDesignLocationCUs(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeConditionFactors(self,
*ConditionFactors) |
|
|
|
|
| removeDesignLocationCUs(self,
*DesignLocationCUs) |
|
|
|
|
| removeDesigns(self,
*Designs) |
|
|
|
|
| removeDiagrams(self,
*Diagrams) |
|
|
|
|
| removeErpBomItemDatas(self,
*ErpBomItemDatas) |
|
|
|
|
| removeMaterialItems(self,
*MaterialItems) |
|
|
|
|
| removeMiscCostItems(self,
*MiscCostItems) |
|
|
|
|
| removeWorkLocations(self,
*WorkLocations) |
|
|
|
|
| setConditionFactors(self,
value) |
|
|
|
|
| setDesignLocationCUs(self,
value) |
|
|
|
|
|
|
|
|
|
|
| setErpBomItemDatas(self,
value) |
|
|
|
|
| setMaterialItems(self,
value) |
|
|
|
|
| setMiscCostItems(self,
value) |
|
|
|
|
| setWorkLocations(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__
|