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 MintJulep 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: *

  • Users: kvu35
  • Content: Threads
  • Order by date
  1. kvu35

    CATIA v5 Drafting VBA Copy and Paste Between Views

    I am trying to create a macro that copies and pastes a drawing component from the background view to another view. So far I've tried this (not written perfectly, written for readability): Dim bubble as DrawingComponent Set bubble = CATIA.ActiveDocument.Views....Components.Item('Bubble1') Dim...

Part and Inventory Search

Back
Top