NX/TC environment creates "Item" instead of "CAD"
NX/TC environment creates "Item" instead of "CAD"
(OP)
Good Morning,
I'm having an issue creating parts from NX teamcenter. I'm not really sure if I changed some setup options or why is this happening, but now everytime that I create a New Model/Assy/Drawing, or any data from NX it creates it automatically as an "Item", not as "CAD" type... I need to change it back ASAP hehe... I already tried with a fresh install of teamcenter, but didn't work... does anyone out there know how I can achieve changing the parameter so I can create "CAD" again?
Thanks in advance!
I'm having an issue creating parts from NX teamcenter. I'm not really sure if I changed some setup options or why is this happening, but now everytime that I create a New Model/Assy/Drawing, or any data from NX it creates it automatically as an "Item", not as "CAD" type... I need to change it back ASAP hehe... I already tried with a fresh install of teamcenter, but didn't work... does anyone out there know how I can achieve changing the parameter so I can create "CAD" again?
Thanks in advance!
RE: NX/TC environment creates "Item" instead of "CAD"
The file will look like this:
<PaletteEntry id="d1">
<References/>
<Presentation name="A - Drawing" description="NX Example, 2 Sheets">
<PreviewImage type="UGPart" location="@DB/A-drawing-template/A"/>
</Presentation>
<ObjectData class="DrawingTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>@DB/A-drawing-template/A</Filename>
<Units>English</Units>
<UsesMasterModel>Yes</UsesMasterModel>
<ItemType>Item</ItemType>
<RelationType>specification</RelationType>
</ObjectData>
</PaletteEntry>
Just modify the ItemType line to the correct name of the item type you need and it should work. The pax files for teamcenter start with nxdm_.
Daniel Sikes
Design Engineer
Young Touchstone
NX 8.0.3.4
RE: NX/TC environment creates "Item" instead of "CAD"
Thank you for taking the time to respond!. Now I have the problem solved, but we had to format the computer and reinstall TC and NX... Anyway, I checked my pax file and it looks exactly like yours, and it works fine (creates CAD files). But now I raised another doubt... If the pax file is the one controling the Item Type, and I have it like yours, <ItemType>Item</ItemType>; why now it is creating CAD types normally, despite of the pax files says Item?
<PaletteEntry id="d1">
<References/>
<Presentation name="A - Drawing" description="NX Example, 2 Sheets">
<PreviewImage type="UGPart" location="@DB/A-drawing-template/A"/>
</Presentation>
<ObjectData class="DrawingTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>@DB/A-drawing-template/A</Filename>
<Units>English</Units>
<UsesMasterModel>Yes</UsesMasterModel>
<ItemType>Item</ItemType>
<RelationType>specification</RelationType>
</ObjectData>
</PaletteEntry>
Is there a problem when customizing the pax files in order to create new templates? I mean as far as I know, I need to add a new PaletteEntry id to the pax file in order to create new templates, so, if I add some new Palette Entries in the pax file, does it messes up with the ItemType of the old (unmodified) Palette Entries?...
Thank you!
RE: NX/TC environment creates "Item" instead of "CAD"
Daniel Sikes
Design Engineer
Young Touchstone
NX 8.0.3.4
RE: NX/TC environment creates "Item" instead of "CAD"
So, to summarize, I screwed it by setting the variable to edit the pax files without having enough expertise to know that I could modify the Item type from there as well... I know it now, won't happen again...
Just wanted to leave the answer in case someone else need it hehe...
Thanks!