Hello everyone!
We are using NXOpen (mainly NX11) to export JT files of parts/assemblies to the filesystem in order to use them in our PDM system.
Depending on the JT configuration the resulting JT files are renamed by the JTCreator. (e.g. "-" is replaced with "_").
As I understand it, I can...
The problem is that I get an exception on some partially loaded assemblies when accessing RootComponent in that way.
So i need to have an alternative (if any exists that is).
Hi,
we are trying to analyze a loaded assembly and provide all contained parts and subassemblies to an external tool via NXOpen.
Currently we are using NX9.
Normally this works perfectly using the GetChildren() method from the RootComponent of a given part.
Something like:
...
Dim dispPart As...