M
Marcel Preda
Guest
Hi all,
I have a pice of code which wants to flatten the entire hierarchy (I
need some layers to have all the sapes on top)
The code is like:
~~~~~~~~~~~~~~~~~~
foreach( inst cv->instances
when(inst->objType == "inst"
dbFlattenInst(inst 32 t nil nil)
)
)
foreach( mosaic cv->mosaicss
when( mosaic->objType == "mosaic"
dbFlattenInst(mosaic 32 t nil nil)
)
)
~~~~~~~~~~~~~~~~~~
The code seems to be working well but I get hundreds of warnings like:
\w *WARNING* cannot copy Text Display object by itself
\w *WARNING* The given type 0 is not a valid fig type
Any idea about how can I get ride of those warnings ?
icfb version: 5.10.41.500.6.131
Thank you,
Marcel
I have a pice of code which wants to flatten the entire hierarchy (I
need some layers to have all the sapes on top)
The code is like:
~~~~~~~~~~~~~~~~~~
foreach( inst cv->instances
when(inst->objType == "inst"
dbFlattenInst(inst 32 t nil nil)
)
)
foreach( mosaic cv->mosaicss
when( mosaic->objType == "mosaic"
dbFlattenInst(mosaic 32 t nil nil)
)
)
~~~~~~~~~~~~~~~~~~
The code seems to be working well but I get hundreds of warnings like:
\w *WARNING* cannot copy Text Display object by itself
\w *WARNING* The given type 0 is not a valid fig type
Any idea about how can I get ride of those warnings ?
icfb version: 5.10.41.500.6.131
Thank you,
Marcel