Hi All,
is it possible to inherit an NXOpen class and override some methods and use this new class in NX?
For example an NX feature can select only one object as target, and I want to make it possible to select multiple objects.
Yeah, I could use a selection method, collect everything in array...