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