Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. Gilgamesh99

    Electroelastatic simulation

    Hi: I'm trying to recreate the Electroelastic Analysis of a MEMS Switch that appears on the online help. I'm using the APDL directly (no commands). Despite the units, model (imported parasolid), mesh, etc. are entered, when I try to obtain some the deformation solution, no result is shown...
  2. Gilgamesh99

    Cantilever beam displacemente

    The problem is that I don't have any instrutor anymore, Im on my own. It was only a brief course!
  3. Gilgamesh99

    Cantilever beam displacemente

    Hi: I'm new with abaqus and this is my question: Im trying to get the displacement of the free end of a cantilever beam using abaqus standard, for some reason, the real displacemente (5.103mm) is not reflected on the .dat file. I vaguely remember the instructor saying that the displacement is...
  4. Gilgamesh99

    How do I convert an iges file to a solid

    You can use the join feature but this time deselect the "check continuity" option and press the "add mode" button. Finally close the joint feature with "close surface".
  5. Gilgamesh99

    Catalog

    Sure it's possible, just add each part individually!
  6. Gilgamesh99

    Macro to load license

    Do you have to fix the code if the license is on another server? I tried to run this macro at my job and indicated an error on this line: licenseSettingAtt1.SetLicense "SPA.prd", "SPA.prd" that license is available (manually).
  7. Gilgamesh99

    create a spine

    See this post: http://www.eng-tips.com/viewthread.cfm?qid=350583
  8. Gilgamesh99

    How to identify duplication of points in catia

    That's a very interesting method. Can you provide some piece of code? Thanks in advance!
  9. Gilgamesh99

    Remove duplicate point macro

    Thank you very much. There's no way I could figure out this code (it seems quite advanced to me).
  10. Gilgamesh99

    Remove duplicate point macro

    I know that Im abusing of your kindness, but can you help me with a little piece of code?. To be honest with you, I dont really know what are you exactly talking about. Thank you in advance.
  11. Gilgamesh99

    transform pipes into lines

    Well, I've been trying to do EXACTLY that, unfortunately in the best scenario you will get duplicated points since the macro will detect points for the outter and inner diameter (see my post: Remove duplicate point macro). ON other "not so kind" scenarios, the macro will recognize even the lines...
  12. Gilgamesh99

    Remove duplicate point macro

    And how the "identifier" is created. Can you elaborate?
  13. Gilgamesh99

    Remove duplicate point macro

    Hi: I'be trying to develop a macro to remove duplicated points. So far I can manage to extract the coordinates of all points in the whole part or geometrical set. Can someone give a hand, at this point I feel that Im stuck. Here is one portion of the code (don't mind if something is...
  14. Gilgamesh99

    transform pipes into lines

    Sure it's possible. Just use the command point/circle sphere center on the edges of the tube. Once you have those points, link them with lines (only the straight portions) as indicated in the attached image. After that, use the intersecion option from the generative shape design workbench to get...
  15. Gilgamesh99

    Macro deployment

    So... there's no way to solve this problem without involving the IT guys?
  16. Gilgamesh99

    Assign array to selection

    THANKS A LOT for the code!!!. The good thing is that I think Im improving.
  17. Gilgamesh99

    Assign array to selection

    Hi: Working with the centerpoint extractor (Place Points in a tube macro post). I figured out how to get the edges and filter them (assigning them to an array). The issue now is that I cannot assign the filtered array to the selection in order to create the points. This is the code that Im...
  18. Gilgamesh99

    Macro deployment

    Hi sundeep198 I dont know if you're refering to the fact that the deployment doesnt work because Im programming in Windows 7 64 bit and then copying the code in Windows vista is working perfect.
  19. Gilgamesh99

    Selection search to array

    I posted the whole problem in this thread: Place points in a tube macro.
  20. Gilgamesh99

    Place points in a tube macro

    Hi: Since this is very complicated, at least for me, I decide to make a new thread for this issue. The problem is: Given a tube, create the centerpoint in the edges with a macro and assign them to a geometrical set. See image for better understanding. The condition is that only the outer...
Back
Top