vipin 47 Report post Posted July 11, 2018 Hello all, Anyone knows how to open the panel shown below using tcl commands? Quote Share this post Link to post Share on other sites
tinh 739 Report post Posted July 12, 2018 Hi, how did you call that panel by GUI? Quote Share this post Link to post Share on other sites
vipin 47 Report post Posted July 12, 2018 @tinh, it will open when we click on slave entity ids in the left panel. I am using hm 2017 version. Quote Share this post Link to post Share on other sites
tinh 739 Report post Posted July 13, 2018 Hi Vipin try ::hwtk::pa::Area::multiCollectorEditor12 OnYellow vipin and Pandurang like this Quote Share this post Link to post Share on other sites
vipin 47 Report post Posted July 18, 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? Quote Share this post Link to post Share on other sites
0815 3 Report post Posted July 20, 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 vipin likes this Quote Share this post Link to post Share on other sites
tinh 739 Report post Posted July 20, 2018 On 7/18/2018 at 10:00 PM, vipin said: 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 likes this Quote Share this post Link to post Share on other sites
vipin 47 Report post Posted July 23, 2018 @tinh @0815 thanks for the replies 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. Quote Share this post Link to post Share on other sites
bharath_pampana 0 Report post Posted August 26 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 Quote Share this post Link to post Share on other sites
tinh 739 Report post Posted September 10 You have to select 3 nodes on face of a solid comp. I think so Quote Share this post Link to post Share on other sites
bharath_pampana 0 Report post Posted September 25 @tinh Thanks for reply I have tried on solid component still it was not getting selected. is there any other solution ? Regards, Bharath Quote Share this post Link to post Share on other sites
tinh 739 Report post Posted September 26 *createmark elements 1 "ComponentName" will this command select solid elems? Quote Share this post Link to post Share on other sites
bharath_pampana 0 Report post Posted October 16 Yes this will select the solid elements Quote Share this post Link to post Share on other sites