Jachidos
Materials
- Jan 4, 2016
- 6
Hello,
I'm currently working on improving a plug-in for Abaqus. When using the plug-in, we need to select some reference points in the Interaction section of Abaqus. Then we chose to use them in the plug-in.
I then need to have access to the coordinates of the ref points but I can't find them. Do you have any idea how to do that ? the only methods I found needed the Reference points to be defined in the code.
Here's the part of the code I have :
self.label1=FXLabel(hf, 'Select the first RefPoint (E11,E22)', opts=JUSTIFY_LEFT|LAYOUT_FILL_X|LAYOUT_FILL_COLUMN)
FXButton(hf, 'Edit...',None,self,self.ID_M1,opts=LAYOUT_RIGHT|BUTTON_NORMAL)
Thanks for your help !
I'm currently working on improving a plug-in for Abaqus. When using the plug-in, we need to select some reference points in the Interaction section of Abaqus. Then we chose to use them in the plug-in.
I then need to have access to the coordinates of the ref points but I can't find them. Do you have any idea how to do that ? the only methods I found needed the Reference points to be defined in the code.
Here's the part of the code I have :
self.label1=FXLabel(hf, 'Select the first RefPoint (E11,E22)', opts=JUSTIFY_LEFT|LAYOUT_FILL_X|LAYOUT_FILL_COLUMN)
FXButton(hf, 'Edit...',None,self,self.ID_M1,opts=LAYOUT_RIGHT|BUTTON_NORMAL)
Thanks for your help !