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...
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, 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...
Hello, I work on a bit large macro which also should unhide particular Geometrical Set which was hidden by designers in every assembly. How should I define visproperties to get proper result?
Set part1 = partDoc1.Part
Set bodies1 = part1.Bodies
Set body1 =...
Hello guys, I just got into macro writting in VBScript and i got requested to prepare macro which checks if particular sketch was published and if it has proper name (if possibly change color of notpublished sketch / wrong named publication). It all happens in product assembly which includes...