Define plane using *createmark "on plane"
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
Answers
-
Hi Raj
Try this one...hope it will help u
0 -
Hi thank you for your response..
Can we get elements for selected components only..not all elements in the model.can you assist me
0 -
yes
*createmark elems 1 'by component' componentName
0 -
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
0 -
Altair Forum User said:
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
set elem_list [hm_getmark elems 1]........
pls try above...
0 -
Altair Forum User said:
Say i want to get closest nodes which are in 'X' direction.ignore if any node is close to 'z-dir' then 'x-dir'.
yes possible...
0 -
Could you please assist me in this ..process to find closestnodes in defined direction please ..
0