As applicable, the basic linear, area, or volume dimensions of an
asset, asset type (AssetModel) or other type of object (such as land
area). Units and multipliers are specified per dimension.As applicable,
the basic linear, area, or volume dimensions of an asset, asset type
(AssetModel) or other type of object (such as land area). Units and
multipliers are specified per dimension.
|
|
__init__(self,
sizeWidth=0.0,
sizeDiameter=0.0,
sizeLength=0.0,
orientation='',
sizeDepth=0.0,
Locations=None,
AssetInfos=None,
Specifications=None,
*args,
**kw_args)
Initialises a new 'DimensionsInfo' instance. |
|
|
|
|
| addAssetInfos(self,
*AssetInfos) |
|
|
|
|
| addLocations(self,
*Locations) |
|
|
|
|
| addSpecifications(self,
*Specifications) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeAssetInfos(self,
*AssetInfos) |
|
|
|
|
| removeLocations(self,
*Locations) |
|
|
|
|
| removeSpecifications(self,
*Specifications) |
|
|
|
|
| setAssetInfos(self,
value) |
|
|
|
|
| setLocations(self,
value) |
|
|
|
|
| setSpecifications(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__
|
|
|
_attr_types = {'orientation': <type 'str'>, 'sizeDepth': <type...
|
|
|
_attrs = ['sizeWidth', 'sizeDiameter', 'sizeLength', 'orientat...
|
|
|
_defaults = {'orientation': '', 'sizeDepth': 0.0, 'sizeDiamete...
|
|
|
_many_refs = ['Locations', 'AssetInfos', 'Specifications']
|
|
|
_refs = ['Locations', 'AssetInfos', 'Specifications']
|
|
|