Hi all,
Can anyone tell me how to define plane
using *createmark 'on plane' option using 3 nodes.and is it possible to get element in the defined plane in all selected elements.
Thank you in advance
Hi Raj
Try this one...hope it will help u
Hi thank you for your response..
Can we get elements for selected components only..not all elements in the model.can you assist me
yes
*createmark elems 1 'by component' componentName
Sorry for the miscommunication..
I am asking about *createmark 'on plane' ..can we search elements in particular component while searching for elements using createmark 'on plane' .
One more question..
Can we define direction while searching closestnodes using hm_getclosestnode.
Say i want to get closest nodes which are in 'X' direction.ignore if any node is close to 'z-dir' then 'x-dir'.
Thank you pandurang for ur help
I am asking about *createmark 'on plane' ..can we search elements in particular component while searching for elements using createmark 'on plane' . One more question..
for this one:
1. Createmark elem 1 'on plane'
2. *createmark elem 2 'by component' componentName
3 *markintersection elems 1 elems 2
*markintersection elems 1 elems 2
set elem_list [hm_getmark elems 1]........
pls try above...
yes possible...
Could you please assist me in this ..process to find closestnodes in defined direction please ..