Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations pierreick 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: *

  • Users: Olivia86
  • Content: Threads
  • Order by date
  1. Olivia86

    Equation solver , find intersection from infinite line to shape vba/java

    I'm trying to implement this situation inside an actual VBA/java program. https://www.geogebra.org/calculator/qranh66u I need to acquire the intersections point created by the shape and the intersection line. I surfed the web and studied newton's method and other approaches, but they seem...
  2. Olivia86

    Iterate trough assembly selection

    I'm trying to build a macro that, from a selection of different parts or assemblies it will traverse a list with a for a loop and make some operations. While this sounds very simple, I'm struggling with it. I've found this example but only select the last part...
  3. Olivia86

    TST - CATIA V5 Time Saving Toolbar - Can someone share this?

    I ha've found this and found interesting. Someone knows if it is commercial or free? Could somone share this software if it is free? Thanks. https://www.youtube.com/watch?v=sMpxbPdJJxc
  4. Olivia86

    Macros Starter 1.0 catia not working

    Hi i've found this usefull macro bar that is awesome. The problem is that if i edit the settings file the program gives me an error and i cant edit or modify the link of the macros, anyone knows why? http://www.catia-forum.cz/articles/?article_id=111
  5. Olivia86

    Macro acting like replace text function ( in catdrawings )

    Is there any macro comand that works like the replace function in catdrawing? the problem is that DrwTexts.GetItem is not getting some text if is not isolated. And the selection1.Search function as well is not finding items if they are not isolated. What i would like to achieve is to...
  6. Olivia86

    From User Proprieties to Title blocks macro catia

    What i'm tryng to achieve is a macro that read the String.1 USER PROPRIETIES of the current part used in the sheet, then finds the related title block "TitleBlock_Text_PlyName" for example, and then copy the value of String.1 in the relative text box. If you can provide any peace of codes or...
  7. Olivia86

    Power copy problem - deleting feature

    Try to make a powercopy holes template, instantiate by document or by catalog as in the video. Try to delete the first set of holes. Catia try to delete event the second one, why? I cant find any link between them. This is so strange! https://youtu.be/ypZn9AbAiTk
  8. Olivia86

    Select children of a selected item/hole ( macro )

    Let's assume i have a hole , and a macro that i'ts painting this hole the color i want ( i allready made this ) , now i want to propagate the same color at all the matrix, and function linked to this hole. Can this be done? Hole.1 Matrix.1 Macro-color-holes.catscript ( i allready have this )...
  9. Olivia86

    Copy from a search and paste on first selection

    I have a first selected item. Then i perform a search-select-copy in the whole document, i copy, and i would like to paste in the first selection, but i cant find the metod to recall the first selection. Sub CATMain() Dim objSel As Selection Dim objSel2 As Selection Set objSel2...

Part and Inventory Search