Hello,
im working on reference models which have symmetry created on pasted result with link body and plane. Question appears when i check contextual links of pasted body - no contextual links but body is linked. Do you have any idea how its created? Is its possible to show them or create...
I saw that macro already, but it does refer to exact cell in existing table, i wanted my macro to look for cells in one column which has the same value then merge cells and change value.
Regards,
M
Hello, i encountered an issue that i can't find any way to edit text in tables via VBS. For e.g i have in column "Diameter" few values but some of them are repeating for e.g 2,46 which stands for thread M4, so i want macro to search for 2,46 through this table, merge cells (cells are sorted by...
Hello, you can try posted code, if it wont work, please let me know:
Sub CATMain()
Dim ftaDoc 'As FtaDocument
Set ftaDoc = CATIA.ActiveDocument
Dim ftaRoot 'As FtaEvent
Set ftaRoot = ftaDoc.FTASystem.RootEvent
Dim ftaEvent 'As FtaEvent
Set ftaEvent =...
Do you mean to count circles appearing in 2D sheet? If you want to find anything its not right code, firstly i recommend using method selectelement3 with triggering palette instead of preselection.
Regards,
M
Hello, I need some help with my macro, I need to define whats the rotation axis for plane definition without creating line, using just an axis of existing Axis System(which need to be global with various names).
Sub CATMain()
Dim oDoc1
Set oDoc1 = CATIA.ActiveDocument
Set oPart1 = oDoc1.Part...
If there is no commands as a result of recording - those functions has no API, if there was something but only "didnt work"- you can paste lines of earned code here and we will solve it.
Regards,
M
ferdo posted solution for you, without macro (which i understand you dont want to use) it not possible. You can make keyboard shortcut also for macros...
Regards,
M
LWolf, some time ago i've tried to automatize sectioning and i havent found any Catia syntax for that. I assume the reason is no API for sectioning fuctions... If im wrong, correct me with some examples please, it would help me too
Regards,
M
Hi, unfortunately its not possible to keep active function from shortcut and you have to run it again. It would create some loop in catia because of other than sketcher shortcuts which also would be kept.
Regards,
M
I made some improvements, now i can find publications but can i make a condition to search only in publications or do i need to select it by myself?
Regards,
M
Raul Berame, i assume MarkAF meant all environments that are provided by customer, if you work in automotive for some big brands, they have customized overlay to work on. So this overlay inlcudes unique shortcuts and environments so also you can set unique background. For e.g. you work for VW so...
It's not just a macro, it sounds more like "start option" which check current license for release. Search for some launch options through internet because I didn't work on such things yet.
Regards,
M