Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. Jachidos

    AFXDataDialog

    I recently tried defining my new form in a new class using the getNextDialog function. But it still doesn't work. I'm out of ideas, does anybody know how I should do ? :/ Here's my getNextDialog just in case : def getNextDialog(self, previousDb): self.dialog2 = newSet(self) return self.dialog2...
  2. Jachidos

    AFXDataDialog

    Hello, I'm currently trying to implement an AFXDataDialog box in Abaqus. Once the data is selected, I want it to choose between Ok, Continue and Cancel. Ok is if you already have all your data, Continue sends you to another box to select more data and Cancel... cancels the operation. Ok and...
  3. Jachidos

    Abaqus : Access to Refpoint data

    Thanks but that's precisely my problem : the ref points are selected with the Iteration section of Abaqus, not in the GUI. Is there a way to access these information in the script ? I know I wasn't clear enough in my post so I'll try to give a better explanation : The plug-in uses Abaqus to...
  4. Jachidos

    Abaqus : Access to Refpoint data

    Ok ! I think I understand. I'll try this as soon as possible. One last question though: Can I just add the line refpoint_x = mdb.models['Model-1'].rootAssembly.referencePoints[4] right under the FXButton ? Will the program understand which refpoint I'm talking about ?
  5. Jachidos

    Abaqus : Access to Refpoint data

    The problem is that I don't know the keyword used to save the refpoints. Is 'Model-1' the name you choose to give it ?
  6. Jachidos

    Abaqus : Access to Refpoint data

    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...

Part and Inventory Search