Hello, i would like to create macro, which insert new geometrical.set into one selected. I found some examples on internet, and i have created something like this:
Language="VBSCRIPT"
Sub CATMain()
Set partDocument1 = CATIA.ActiveDocument
Set part1 = partDocument1.Part
Set hybridBodies1 =...