Hello,
I trying to change color of all fillet have same radius
The radius and color will be input by user
Anybody got any ideas?
Best regards.
-----------------------------
NX11
Hi there,
I create a Measure Feature and i want to show dimensions to the screen
I used this code but it didn't work
Dim obj1 As NXOpen.Assemblies.Component = CType(component1.FindObject("COMPONENT NX-T-2Q-H7_ONLY-12_rev_1.001 1"), NXOpen.Assemblies.Component)
Dim obj2 As...
hi,
i have a journal to get distance between two components by name or select, and a list of many pairs of components in excel table
how to get name of those pairs of components from excel table to NX and put the distance back into the excel table
macro to get distance:
Option Strict Off...