Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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. 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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. Gilgamesh99

    Selection search to array

    Hi: Im trying to asign the elements of a selection search to an array in order to automatically find the edges of a solid and generate points. More specifically, the code for search selection is this: Sub CATMain() Dim objSel As Selection Set objSel = CATIA.ActiveDocument.Selection...
  7. Gilgamesh99

    Save as solid

    Hi: Does anyone know how to save the catpart as the solid in the attached image. It saves as catpart and removes the features three. Thanks in advance!
  8. Gilgamesh99

    Macro deployment

    Hi: Im trying to deploy some catvba macros (with userforms) with a catalog according to Mike Berry's deployment instructions. By this moment I've tried every workaround possible without success. The best result so far is when the catscript is opened with the catalog, then the attached error...
  9. Gilgamesh99

    Polyline lenght macro

    Hi: Im trying to get the length of a polyline in order to export that number to a drawing. I've search thru several pages and forums (including this one) but there's no similar code, even the online documentation!. I think thats achieved with a command called getmeasurable or something like...
  10. Gilgamesh99

    Catia macros password

    Hi: Recently I developed a macro and I protected it with a password. Now I need to see the code and it seems I forgot the password!!! Is there any way to retrieve it? Thanks in advance.
  11. Gilgamesh99

    CATIA macro for tubes

    Hi: Im trying to develop a CATIA V5 R16 Macro to construct a tube based on points (coordinates), lines (based on the points), bend radius and outer/inner diameter. The condition here is that it should have a user interface so the user can introduce the coordinates, bend radius and the...

Part and Inventory Search