In NX 2007 Export Parasolid now has an option to export Parasolid to Teamcenter that will create a Dataset that contains the Parasolid file as a Named Reference. The Export Parasolid dialog has a section for "Output File Destination" with 2 options, Filesystem and Teamcenter.
When the Teamcenter option is toggled ON it will raise a Data Exchange Teamcenter Preference alert;
No value found for PARASOLID_EXPORT in the TC_NX_DataExchange_Dataset_Preferences.
Using Default value.What is the syntax to to include the Parasolid Export and Parasolid Import for the Teamcenter Preference?
The following entries can be added to the TC_NX_DataExchange_Dataset_Preferences for the Parasolid Export and Import.
PARASOLID:EXPORT:EXT=x_t:TYPE=Image:REL=IMAN_manifestation:REF_TYPE=Image
PARASOLID:EXPORT:EXT=x_b:TYPE=Image:REL=IMAN_manifestation:REF_TYPE=Image
PARASOLID:EXPORT:EXT=xmt_txt:TYPE=Image:REL=IMAN_manifestation:REF_TYPE=Image
PARASOLID:EXPORT:EXT=xmt_bin:TYPE=Image:REL=IMAN_manifestation:REF_TYPE=Image
PARASOLID:IMPORT:EXT=xmt_bin:TYPE=Image:REL=IMAN_manifestation:REF_TYPE=Image
PARASOLID:IMPORT:EXT=xmt_txt:TYPE=Image:REL=IMAN_manifestation:REF_TYPE=Image
PARASOLID:IMPORT:EXT=x_t:TYPE=Image:REL=IMAN_manifestation:REF_TYPE=Image
PARASOLID:IMPORT:EXT=x_b:TYPE=Image:REL=IMAN_manifestation:REF_TYPE=Image
Notes