Hi Quek, I still do not see the abutment. This is code I have now for modgen. cvLay=geGetWindowCellView() cache=ciCacheGet(cvLay~>libName cvLay~>cellName "layout") memberList=list( list("|T5" 'inst list(list("row" 0) list("col" 0) list("abutment" 1))) list("|T4" 'inst list(list("row" 0) list("col" 1) list("abutment" 1))) ) ;list modgen=ciConCreate(cache 'modgen ?members ciExpandMembers(memberList) ?params list(list( "numRows" 1 ) list("pattern" "custom ((A B))") ) ;list ) ;ciConCreate ;;mgAbutAllCB() mgGen( cvLay modgen ) One thing I noticed, as long as the modgen editor is open, mgAbutAllCB() command works from CIW. Regards Supriyo
↧