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