Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations dmapguru on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to retrieve and use the selected elements from abaqus using pick button in RSG Gui?

Status
Not open for further replies.

AKM17

New member
Joined
Jan 27, 2016
Messages
3
Location
IN
Hi

How to retrieve and use the selected elements from abaqus using pick button in RSG Gui?


i have created a Gui using RSG Dialog builder in Abaqus.There i used "pick item from viewport" to select elements from abaqus model.now i have loaded the model and Ui plugin. i can pick few elements. now my question is how can i retrieve those selected elements and use it in further script.

Below is the script for pick button:

self.elementDeleteKw = AFXObjectKeyword(self.cmd, 'elementDelete', TRUE, pickedDefault)
 
I've created a plugin with geometry picking and was getting a list of faces. So maybe you get a list of element numbers. Just try and use print to get more details on the objects.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top