JensHorstmann
Computer
- Jul 31, 2014
- 3
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:
[ul]
[li]JTCreator.Commit() returns NULL[/li]
[li]JTCreator.OutputJtFile only returns the unrenamed filename[/li]
[li]JTCreator.GetCommittedObjects() returns an empty collection[/li]
[/ul]
Is there any other way to get this information?
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:
[ul]
[li]JTCreator.Commit() returns NULL[/li]
[li]JTCreator.OutputJtFile only returns the unrenamed filename[/li]
[li]JTCreator.GetCommittedObjects() returns an empty collection[/li]
[/ul]
Is there any other way to get this information?
Regards
Jens