Pretengineer
Mechanical
- Sep 27, 2004
- 11
Running NX 6.0.2.8
I am using a .pax file to load a tab that shows gif (snapshot) of common models that are used. Which allows for a drag and drop insertion into NX. Because of the code it only is loading the latest working so if a model in this tab is revised it will not load the new one. I would have to update the code each time to the new revision. Is it possible to load the most current revision. Below is the code.
<PaletteEntry id="id1"><Presentation name="ADD_PRESENTATION_NAME"><PreviewImage location="ADD_PICTURE_NAME.gif"/></Presentation><ObjectData class="Component"><Filename>@DB/ADD_MODEL_NUMBER/A</Filename></ObjectData></PaletteEntry>
I am using a .pax file to load a tab that shows gif (snapshot) of common models that are used. Which allows for a drag and drop insertion into NX. Because of the code it only is loading the latest working so if a model in this tab is revised it will not load the new one. I would have to update the code each time to the new revision. Is it possible to load the most current revision. Below is the code.
<PaletteEntry id="id1"><Presentation name="ADD_PRESENTATION_NAME"><PreviewImage location="ADD_PICTURE_NAME.gif"/></Presentation><ObjectData class="Component"><Filename>@DB/ADD_MODEL_NUMBER/A</Filename></ObjectData></PaletteEntry>