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!

Recent content by madmax123

  1. madmax123

    code to creat projection view using

    Dim oDocs As Documents Set oDocs = CATIA.Documents Dim oDOc As DrawingDocument Set oDOc = CATIA.ActiveDocument Dim oDoc1 As Document Set oDoc1 = oDocs.Item("1.CATPart") Dim oDRoot As DrawingRoot Set oDRoot = oDOc.DrawingRoot Dim oSheet As DrawingSheet Set oSheet = oRoot.Item("Sheet.1") Dim...
  2. madmax123

    code to creat projection view using

    code to creat projection view using macros

Part and Inventory Search

Back
Top