Details
Have turned on all attributes in NX to be transferred to JT upon an export by
setting "getAttributes = true" in tessUG.config.
The NX part file also contains attributes that should not be shared when the
JT is generated.
Is there a way to specify which attribute(s) should not be transferred to the
JT file?
Solution
If you for instance have the custom attribute "my_hidden" defined in NX with a
value, you can exclude it from being transferred to a JT file by defining:
-------------------------------------------------------
Filter {
MetadataKey = "my_hidden"
}
-------------------------------------------------------
in your tessUG.config file.
(The Filter section in the tessUG.config would normally be after the
"EAITranslator" section)
Notes and References
Hardware/Software Configuration
Platform: INTL64
OS: window
OS Version: 764SP1
Product: NX
Application: TRANSLATOR
Version: V10.0.3
Function: NX_JT
Ref: 001-9073834