Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I load the current revision using pallette

Status
Not open for further replies.

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>
 
Replies continue below

Recommended for you

Untested, but I would try removing the revision from the filename in the palette entry.
Code:
<Filename>@DB/ADD_MODEL_NUMBER[COLOR=red][s]/A[/s][/color]</Filename>
 
Unfortunately that gave me an error.

Any other options?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor