Mosaic Attributes
A mosaic is a two-dimensional array of instances, stored in a compact representation.
|
Attribute
|
Modify
|
Type
|
Description
|
|
|
|
assocTextDisplays
|
no
|
l_objId
|
List of text displays with this mosaic as their associate.
|
|
bBox
|
no
|
bBox
|
The mosaic’s bounding box.
|
|
cellName
|
no
|
string
|
Name of the cell for this mosaic.
|
|
children
|
no
|
l_objId
|
List of objects that have this mosaic as their parent.
|
|
groupMembers
|
no
|
l_objId
|
List of group members for this mosaic.
|
|
instHeader
|
no
|
string
|
Name of the instance header.
|
|
instanceList
|
no
|
l_objId
|
List of mosaic instances of masters used in the mosaic.
|
|
instTerms
|
no
|
l_objId
|
List of instance terminals that belong to this mosaic.
|
|
libName
|
no
|
string
|
Name of the library for this mosaic.
|
|
mosaicType
|
no
|
string
|
Type of mosaic "simple"
|
|
name
|
yes
|
string
|
Name of the mosaic.
|
|
numInstances
|
no
|
integer
|
Number of masters in the instance list.
|
|
pin
|
no
|
objId
|
Pin object if the mosaic is associated with a pin.
|
|
purpose
|
yes
|
string
|
Layer purpose.
|
|
master
|
no
|
string
|
Name of the master instance.
|
|
rows
|
yes
|
integer
|
Number of rows in the mosaic.
|
|
columns
|
yes
|
integer
|
Number of columns in the mosaic.
|
|
tileArray
|
no
|
l_tile
|
Not supported. Row-major vector of mosaic tiles that have pairs of index and icon for the mosaic.
|
|
uX
|
yes
|
l_float
|
List of distances (in user units) between adjacent columns.
|
|
uY
|
yes
|
l_float
|
List of distances (in user units) between adjacent rows.
|
|
viewName
|
yes
|
integer
|
Name of the view for this mosaic.
|
Related Topics
Generic Object Attributes
Return to top