NXOpen (NX11): Get resulting filename of JT conversion
NXOpen (NX11): Get resulting filename of JT conversion
(OP)
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 completely disable the renaming by setting the parameter autoNameSanitize to false in the JT config file, but this may not always be possible for our customers.
Unfortunately I was not able to get the "real" resulting filename of the jt conversion from the interface.
I tried the following properties/methods:
Regards
Jens
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 completely disable the renaming by setting the parameter autoNameSanitize to false in the JT config file, but this may not always be possible for our customers.
Unfortunately I was not able to get the "real" resulting filename of the jt conversion from the interface.
I tried the following properties/methods:
- JTCreator.Commit() returns NULL
- JTCreator.OutputJtFile only returns the unrenamed filename
- JTCreator.GetCommittedObjects() returns an empty collection
Regards
Jens




