MIN\MAX nodes in a defines range
Dear team,
I am interested in finding out the MIN\MAX node number(in my case nodes are randomly numbered and i want to find min\max from a defined range of node number). For that I have used
::hwat::utils::CreateMark 'nodes' 1 all;
set h [hm_getmark nodes 1]
set maxall [::tcl::mathfunc::max {*}$h]
This works fine for small geometries. but it takes high time for large one's. While the Min\Max button does it very fast. So can you please suggest any code\script do it in faster way..or command for min\max (blue color) button..
Find more posts tagged with
Sort by:
1 - 3 of
31
Use hm_entityminid and hm_entitymaxid