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!

Search results for query: *

  1. GopinadhGvs

    macro to change all the Leader Symbol shapes to Filled Circle

    macro to change all the Leader Symbol shapes to Filled Circle Here is the macro i am trying, to change the leader symbol shape for all texts having leaders. 'Option Explicit Sub CATMain() Dim drawingDocument1 As DrawingDocument Set drawingDocument1 = CATIA.ActiveDocument Dim selection1 As...
  2. GopinadhGvs

    FullPath of Selected Product / Part in an Assembly

    Hi there, I am trying to get the fullpath of selected product/part in an catia assembly. Below is the code i am trying for. Sub CATMain() Dim oSelection As Selection Dim theComponent As Product Set oSelection = CATIA.ActiveDocument.Selection Set theComponent =...
  3. GopinadhGvs

    Hide Components in Explosion

    Hi All, Can we hide Some components in Various Explosions in UG-NX like Explosion 1 ,2 etc.. (like We do in Assembly Arrangements)..? Not in Drafting..
  4. GopinadhGvs

    Open Number of Part Files

    How to open more number of part files at a time in NX. Nx allows me to open one part at a time but i need to open number of files for checking drafting.. Can any one Help me...

Part and Inventory Search

Back
Top