How to retrieve and use the selected elements from abaqus using pick button in RSG Gui?
How to retrieve and use the selected elements from abaqus using pick button in RSG Gui?
(OP)
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)
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)





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