A program to recognize and reward our most engaged community members
I wanna write tcl macro to make groups of solid model elements. i am having one flat solid mesh model. so i wanna make groups of faces at fix Z coordinate of nodes. how should i do this any one has idea??
Just make a mark for your elements and parse it. For each element, you get nodes via hm_nodelist and build yourself from these nodes.
It's not so difficult to write some macro to do that.