Examples of PAX File Entries for Teamcenter Managed NX Templates

Examples of PAX File Entries for Teamcenter Managed NX Templates

FIRST WAY - standalone 2D drawing not relate to any existing 3D model:
<?xml version="1.0" encoding="UTF-8"?>
<Palette xmlns="http://www.ugsolutions.com/Schemas/2001/UGPalettes" schemaVersion="1.0">
  <Presentation FileNewTab="Drawing" UsesMasterModel="No" Environment="Managed" name="Drawing Templates (Inch)"/>
  <PaletteEntry id="d1">
    <References/>
    <Presentation name="D Inch" description="Creates 8.5in x 11in size drawing" tooltip="Custom template.">
        <PreviewImage type="UGPart" location="@DB/D_Inch/A"/>
    </Presentation>
    <ObjectData class="DrawingTemplate">
        <Filename>@DB/D_Inch/A</Filename>
        <Units>English</Units>
      <RelationType>master</RelationType>
       <ItemType>Item</ItemType>
    </ObjectData>
  </PaletteEntry>
 
</Palette>
SECOND WAY - Master Model drawing (specification) that is related to a 3D model:
<?xml version="1.0" encoding="UTF-8"?>
<Palette xmlns="http://www.ugsolutions.com/Schemas/2001/UGPalettes" schemaVersion="1.0">
  <Presentation FileNewTab="Drawing" UsesMasterModel="Yes" Environment="Managed" name="Drawing Templates (Inch)"/>
  <PaletteEntry id="d1">
    <References/>
    <Presentation name="D Inch" description="Creates 8.5in x 11in size drawing" tooltip="Custom template.">
        <PreviewImage type="UGPart" location="@DB/D_Inch/A"/>
    </Presentation>
    <ObjectData class="DrawingTemplate">
        <Filename>@DB/D_Inch/A</Filename>
        <Units>English</Units>
       <UsesMasterModel>Yes</UsesMasterModel>
       <RelationType>specification</RelationType>
       <ItemType>Item</ItemType>
    </ObjectData>
  </PaletteEntry>
 
</Palette>

    • Related Articles

    • Getting CID for NX, Teamcenter, and SE Floating (SE 2020 and Newer)

      Attached is a pdf the guides you through the process for getting your CID.
    • How to Change Password in Teamcenter Active Workspace

      Login to Active Workspace and click on your user icon in the bottom left. This will pop out a sidebar with more options. Click on the "Profile" link at the bottom of the sidebar. This will take you to a page with your user information. Click on the ...
    • Save as translated stp files

      The person was trying create the stp file in a network location. They had read/write access to that location but not modify. Solid Edge creates the stp file with a %%% extension until it has completed the file translation. After the translation is ...