Solid face selection panel

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

Hello all,

 

Anyone knows how to open the panel shown below using tcl commands?

 

<?xml version="1.0" encoding="UTF-8"?>image.thumb.png.bea6f1a7cfda5775e4644938388f436d.png

Answers

  • tinh
    tinh Altair Community Member
    edited July 2018

    Hi,

    how did you call that panel by GUI?

  • vipin_22401
    vipin_22401 Altair Community Member
    edited July 2018

    @tinh,

     

    it will open when we click on slave entity ids in the left panel. I am using hm 2017 version.

     

    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.73d7740600160cc63c7686e936d1626c.png

  • tinh
    tinh Altair Community Member
    edited July 2018

    Hi Vipin

    try

    ::hwtk::pa::Area::multiCollectorEditor12 OnYellow

  • vipin_22401
    vipin_22401 Altair Community Member
    edited July 2018

    Hi @tinh,

     

    It is opening the panel, but how do i get the output elements from this?

    or how do i set the selected elements to a particular group?

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited July 2018

    Hi all,

     

    I used this commands:

     

    *createmark elements 1 'ComponentName'
    *createmark nodes 1 'by sets' 'SetName'

    *interfaceaddsolidface 'YourGroupeName' 0 1 1 30

     

    But keep in mind, you will have to create a node set first, if you want to use this commands.

     

    hope this is an answer to your question!

     

    regards,

    0815

     

  • tinh
    tinh Altair Community Member
    edited July 2018

    Hi @tinh,

     

    It is opening the panel, but how do i get the output elements from this?

    or how do i set the selected elements to a particular group?

     

    I know that the panel is called by hm_private_eemarkorlistpanel

    But i am not sure how it works

     

    Why do you need to call this panel?

    I think finally it will invoke some * commands as @0815 shows above

    So you can use them directly, hooking to GUI is just effective in some cases

  • vipin_22401
    vipin_22401 Altair Community Member
    edited July 2018

    @tinh @0815 thanks for the replies :)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />

    In my case i need the user to select a particular region using that option.

    As of now i found a solution by creating faces and calling *createmarkpanel elems 1 'Please select the elements' 1, then delete faces

    which is giving same output.

  • bharath_pampana
    bharath_pampana New Altair Community Member
    edited August 2019

    Hi everyone..

    I have use this command 

    *createmark elements 1 'ComponentName'
    *createmark nodes 1 'by sets' 'SetName'

    *interfaceaddsolidface 'YourGroupeName' 0 1 1 30

     

    Thing is i had edited the 2line of the command to 

    *createmarkpanel nodes 1 'select nodes'

     

    i'm getting a error called 'The selected nodes did not defines any faces.'
    I have selected 3 and more nodes to define a face but its not detecting.

    can anyone please help me out with this 

  • tinh
    tinh Altair Community Member
    edited September 2019

    You have to select 3 nodes on face of a solid comp. I think so

  • bharath_pampana
    bharath_pampana New Altair Community Member
    edited September 2019

    @tinh Thanks for reply

     

    I have tried on solid component still it was not getting selected.
    is there any other solution ?

     

    Regards,

    Bharath

     

  • tinh
    tinh Altair Community Member
    edited September 2019

     

    *createmark elements 1 'ComponentName

    will this command select solid elems?

  • bharath_pampana
    bharath_pampana New Altair Community Member
    edited October 2019

    Yes this will select the solid elements