Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. adamrbts

    Relink dimensions

    Seems "SaveAs" is your friend. It's a messy alternative but it works.
  2. adamrbts

    Relink dimensions

    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
  3. adamrbts

    Relink dimensions

    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...
  4. adamrbts

    VBA. How to add point to circle centre

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

Part and Inventory Search

Back
Top