A Compatible Unit Group identifies a set of compatible units which may
be jointly utilized for estimating and designating jobs.A Compatible Unit
Group identifies a set of compatible units which may be jointly utilized
for estimating and designating jobs.
|
|
__init__(self,
CompatibleUnits=None,
ParentCUGroups=None,
ChildCUGroups=None,
status=None,
DesignLocationCUs=None,
*args,
**kw_args)
Initialises a new 'CUGroup' instance. |
|
|
|
|
| addChildCUGroups(self,
*ChildCUGroups) |
|
|
|
|
| addCompatibleUnits(self,
*CompatibleUnits) |
|
|
|
|
| addDesignLocationCUs(self,
*DesignLocationCUs) |
|
|
|
|
| addParentCUGroups(self,
*ParentCUGroups) |
|
|
|
|
|
|
|
|
|
|
| getDesignLocationCUs(self) |
|
|
|
|
|
|
|
| removeChildCUGroups(self,
*ChildCUGroups) |
|
|
|
|
| removeCompatibleUnits(self,
*CompatibleUnits) |
|
|
|
|
| removeDesignLocationCUs(self,
*DesignLocationCUs) |
|
|
|
|
| removeParentCUGroups(self,
*ParentCUGroups) |
|
|
|
|
| setChildCUGroups(self,
value) |
|
|
|
|
| setCompatibleUnits(self,
value) |
|
|
|
|
| setDesignLocationCUs(self,
value) |
|
|
|
|
| setParentCUGroups(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__
|