Define plane using *createmark "on plane"

raj_20928
raj_20928 Altair Community Member
edited October 2020 in Community Q&A

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

  • Pandurang
    Pandurang Altair Community Member
    edited July 2019

    Hi Raj 

    Try this one...hope it will help u

     

     

    image.png.63cf168783dbcb9051b863f4e3d2d2b5.png

     

  • raj_20928
    raj_20928 Altair Community Member
    edited July 2019

    Hi thank you for your response..

    Can we get elements for selected components only..not all elements in the model.can you assist me

  • Pandurang
    Pandurang Altair Community Member
    edited July 2019

    yes

     

    *createmark elems 1 'by component' componentName

  • raj_20928
    raj_20928 Altair Community Member
    edited July 2019

    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

  • Pandurang
    Pandurang Altair Community Member
    edited July 2019

    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

    *markintersection elems 1 elems 2

     

    set elem_list [hm_getmark elems 1]........

     

    pls try above...

     

     

  • Pandurang
    Pandurang Altair Community Member
    edited July 2019

    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...

  • raj_20928
    raj_20928 Altair Community Member
    edited July 2019

    Could you please assist me in this ..process to find  closestnodes in defined direction please ..