Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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