reading node grid comments


Updated by Altair Forum User
hi,
I need to mark all the nodes with comment. Iam using hm_getentityvalue for finding the comments. For a biw it taking almost 2.5 mins to read.Is their any other method so that I can reduce the time taken.
Sort by:
1 - 9 of
91


Updated by Altair Forum User
hi tinh
,thanks for the reply.but I need to mark the GRIDS COMMENTED . OPTION BY HIDE IN MENU/EXPORT.
I have attached the snapshot for more clarity.
REGRDS,
JAMIE


Updated by Altair Forum User
thanks tinh, this is working in case of full model. what if we want to mark displayed nodes with grid comments on .


Updated by Altair Forum User
hi tinh,
*createmark nodes 1 'equal to value' \$GRID_COMMENT_OPTION 1
*createmark nodes 2 'displayed'
*markintersection nodes 1 nodes 2
how do I get the intersection node ids
regards,
JAMIE
Hi, it costs much time to loop through nodes and filter which is commented. looping by tcl need to be avoid always. instead, let hm C code do that (much faster):
*createmark nodes 1 'equal to value' \$COMMENT_OPTION 2
=> will select all nodes that has comment option by 'Show in menu/export'