MI95SHO
Mechanical
- Dec 20, 2012
- 35
I am trying to use a PAX file to control the templates available for my department, both New templates and Insert Sheet. The New template command seems to be working with my PAX file, and the Insert Sheet command shows all the templates, but will not actually load in the new sheet. If I leave the sheet PAX with only one callout, it does work however. All files are in the correct directory, and file access is granted.
Drawing PAX
Insert Sheet PAX
Is there something wrong within my PAX? or is something else going on?
Thanks
Kyle
--
CAD Detail and Designer II
NX 7.5, 8, and 8.5 with SmarTeam Integration.
CATIA V5 R20-R22
Drawing PAX
Code:
<?xml version="1.0" encoding="UTF-8"?>
<Palette xmlns="[URL unfurl="true"]http://www.ugsolutions.com/Schemas/2002/UGPalettes"[/URL] schemaVersion="1.0">
<Presentation name="Customized" bitmap="\\shapecorp.com\k-drive\ug\title_blocks\NX8.5\Shape.jpg" FileNewTab="Shape Drawing" application="All" UsesMasterModel="Yes"/>
<PaletteEntry id="d1">
<References/>
<Presentation name="Metric B-Size" description="B-Size Shape Template w/ Metric Dimensions">
<PreviewImage type="UGPART" location="ShapeNX8.5\dwg_b_metric.prt"/>
</Presentation>
<ObjectData class="DrawingTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>ShapeNX8.5\dwg_b_metric.prt</Filename>
<Units>Metric</Units>
<UsesMasterModel>Yes</UsesMasterModel>
</ObjectData>
</PaletteEntry>
<PaletteEntry id="d2">
<References/>
<Presentation name="Metric A-Size" description="A-Size Shape Template w/ Metric Dimensions">
<PreviewImage type="UGPART" location="ShapeNX8.5\dwg_a_metric.prt"/>
</Presentation>
<ObjectData class="DrawingTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>ShapeNX8.5\dwg_a_metric.prt</Filename>
<Units>Metric</Units>
<UsesMasterModel>Yes</UsesMasterModel>
</ObjectData>
</PaletteEntry>
<PaletteEntry id="d3">
<References/>
<Presentation name="English B-Size" description="B-Size Shape Template w/ English Dimensions">
<PreviewImage type="UGPART" location="ShapeNX8.5\dwg_b_english.prt"/>
</Presentation>
<ObjectData class="DrawingTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>ShapeNX8.5\dwg_b_english.prt</Filename>
<Units>English</Units>
<UsesMasterModel>Yes</UsesMasterModel>
</ObjectData>
</PaletteEntry>
<PaletteEntry id="d4">
<References/>
<Presentation name="English A-Size" description="A-Size Shape Template w/ English Dimensions">
<PreviewImage type="UGPART" location="ShapeNX8.5\dwg_a_english.prt"/>
</Presentation>
<ObjectData class="DrawingTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>ShapeNX8.5\dwg_a_english.prt</Filename>
<Units>English</Units>
<UsesMasterModel>Yes</UsesMasterModel>
</ObjectData>
</PaletteEntry>
<PaletteEntry id="d5">
<References/>
<Presentation name="Dual DIM A-Size" description="A-Size Shape Template w/ Dual Dimensions">
<PreviewImage type="UGPART" location="ShapeNX8.5\dwg_a_dual.prt"/>
</Presentation>
<ObjectData class="DrawingTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>ShapeNX8.5\dwg_a_dual.prt</Filename>
<Units>Metric</Units>
<UsesMasterModel>Yes</UsesMasterModel>
</ObjectData>
</PaletteEntry>
</Palette>
Insert Sheet PAX
Code:
<?xml version="1.0" encoding="utf-8"?>
<Palette xmlns="[URL unfurl="true"]http://www.ugsolutions.com/Schemas/2001/UGPalettes"[/URL] schemaVersion="1.0">
<Presentation name="Sheet Templates" bitmap="drawing_new.bmp" FileNewTab="" application="All" UsesMasterModel="No"/>
<PaletteEntry id="d1">
<References/>
<Presentation name="Metric B-Size_NewSheet" description="B-Size Shape Template Sheetw/ Metric Dimensions">
<PreviewImage type="UGPART" location="ShapeNX8.5\dwg_b_metric_ns.prt"/>
</Presentation>
<ObjectData class="SheetTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>ShapeNX8.5\dwg_b_metric_ns.prt</Filename>
<Units>Metric</Units>
</ObjectData>
</PaletteEntry>
<PaletteEntry id="d2">
<References/>
<Presentation name="Metric A-Size_NewSheet" description="A-Size Shape Template Sheet w/ Metric Dimensions">
<PreviewImage type="UGPART" location="ShapeNX8.5\dwg_a_metric_ns.prt"/>
</Presentation>
<ObjectData class="SheetTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>ShapeNX8.5\dwg_a_metric_ns.prt</Filename>
<Units>Metric</Units>
</ObjectData>
</PaletteEntry>
<PaletteEntry id="d3">
<References/>
<Presentation name="English B-Size_NewSheet" description="B-Size Shape Template Sheet w/ English Dimensions">
<PreviewImage type="UGPART" location="ShapeNX8.5\dwg_b_english_ns.prt"/>
</Presentation>
<ObjectData class="SheetTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>ShapeNX8.5\dwg_b_english_ns.prt</Filename>
<Units>English</Units>
</ObjectData>
</PaletteEntry>
<PaletteEntry id="d4">
<References/>
<Presentation name="English A-Size_NewSheet" description="A-Size Shape Template Sheet w/ English Dimensions">
<PreviewImage type="UGPART" location="ShapeNX8.5\dwg_a_english_ns.prt"/>
</Presentation>
<ObjectData class="SheetTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>ShapeNX8.5\dwg_a_english_ns.prt</Filename>
<Units>English</Units>
</ObjectData>
</PaletteEntry>
<PaletteEntry id="d5">
<References/>
<Presentation name="Dual DIM A-Size_NewSheet" description="A-Size Shape Template Sheet w/ Dual Dimensions">
<PreviewImage type="UGPART" location="ShapeNX8.5\dwg_a_dual_ns.prt"/>
</Presentation>
<ObjectData class="SheetTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>ShapeNX8.5\dwg_a_dual_ns.prt</Filename>
<Units>Metric</Units>
</ObjectData>
</PaletteEntry>
</Palette>
Is there something wrong within my PAX? or is something else going on?
Thanks
Kyle
--
CAD Detail and Designer II
NX 7.5, 8, and 8.5 with SmarTeam Integration.
CATIA V5 R20-R22