Thanks Jim, that makes sense. So you do know of a way to maintain the associativity of the links via VBA as opposed to the removing/adding links method..?
Thanks
Howdy, I have a VBA script to auto-gen CATdrawings using a generic "seed" drawing of several variations of a catalog part.
The drawing views update fine using mylinks.RemoveAllLinks and mylinks.AddLink (oPartProd.ReferenceProduct).
However the dimensions will not update to the new part (even...
Hi all, I'm having difficulty adding a point to a circle centre using the following script:
Sub CATMain()
Dim productDocument1 As ProductDocument
Set productDocument1 = CATIA.ActiveDocument
Dim documents1 As Documents
Set documents1 = CATIA.Documents
Dim partDocument1 As PartDocument
Set...