How can I set element density for two shortest lines of a rectangular surface and leave the other two lines with the default element density based on predefined element size?
I have the line IDs.
#Selected Surface set surfIDs [ hm_getmark surfs 1] *createmark lines 1 'by surface' {*}$surfIDs #Line list set lineList [hm_getmark lines 1] #Line IDs set lineId1 [lindex $lineList 0] set lineId2 [lindex $lineList 1] set lineId3 [lindex $lineList 2] set lineId4 [lindex $lineList 3]