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