Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. Olivia86

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

    Hi everyone, there is a lot of material here. Thanks for your effort. Actually, I'm just using X= 900 and X=900, finding the intersection of y=mx and x=y/m, then I'm setting the boundary to exit the various loop. But I'm still in developing, it's just conceptual.
  2. 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...
  3. 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...
  4. Olivia86

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

    Thanks for sharing the file in private message.
  5. 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
  6. Olivia86

    Macro acting like replace text function ( in catdrawings )

    This is not the case unfortunately. In fact usually you mantain the detail text unchanged and you edit the sheet instatiated text related to the part present in the sheet. To do so you have to put your text as "Modifiable in istance" In fact materials, names, and codes changes on every sheet...
  7. Olivia86

    Macro acting like replace text function ( in catdrawings )

    I need to edit the sheet.1 detail without editing the father. As you see in your pictures you are pointing to the detail not at the sheet. https://files.engineering.com/getfile.aspx?folder=a80d84e9-ad1f-4805-9f78-6d5dc78b0afd&file=Capture_c6yzfn.jpg
  8. Olivia86

    Macro acting like replace text function ( in catdrawings )

    Hi ferdo, yes i need to change the text on this instatiated 2d detail. I'm attaching the catdrawing. I cant get any function or code to point at this except for the search-replace method. You can find the catdrawing here...
  9. Olivia86

    Macros Starter 1.0 catia not working

    I'v found the problem: |D:\MACROS_STARTER__________1.0.0\|macroname.catscript|macroimage.png|macro name <correct |D:\MACROS_STARTER__________1.0.0\macroname.catscript|macroimage.png|macro name < wrong
  10. 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
  11. 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...
  12. Olivia86

    From User Proprieties to Title blocks macro catia

    Let's change the approach... if i have this "path" that is generated by a detail Modifiable in instance that was created with instantiate 2d component. How can i edit the text inside? Since the search query is not finding the instantiated items i cannot use the selection3.Item(1).Value.Text =...
  13. Olivia86

    From User Proprieties to Title blocks macro catia

    I had found a problem, i have to change a text that is inside a ditto. But the ditto could not be exploded, how could i find the text in that case?
  14. Olivia86

    From User Proprieties to Title blocks macro catia

    I tought that this peace of code found in the catia examples would eventualy help me, but this code seems to not work at all, it's not even giving error. If i get this right this is taking the part number name and it's filling TitleBlock_Text_Number_1 with the PartNumber, this would be the...
  15. 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...
  16. Olivia86

    Power copy problem - deleting feature

    Ok solved...that was a classic Catia "absurdity" , you have plenty of ways of doing the same thing, but just one works... The trick is, not using classic contraint but automatic constraint, in fact if you look at the output generated by the powercopy now it has more sense. Hope this would help...
  17. Olivia86

    Power copy problem - deleting feature

    Not working eather... this is driving me nuts!!
  18. Olivia86

    Power copy problem - deleting feature

    I kind of found the problem, but not the solution... When you select the edges catia create those extractions, and reuse them for every powercopy. Isolating those feature will lead an undercostrain sketch. So found the problem but not the solution.
  19. 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
Back
Top