Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Renaming components in assembly

Status
Not open for further replies.

basenxuser

Mechanical
Joined
Sep 27, 2007
Messages
69
Location
IN
Hi all, How to rename only the components in assembly using ug_edit_part_names.exe utility.

THanks,
basenxuser
 
Sintax: ug_edit_part_names ASS.prt -o ASS.prt -change_name OLD_COD.prt NEW_COD.prt
With this tool, that works with NX closed, keep old name in the constraints.
I suggest to you to use :
in the same manner with ug_edit_part_name this tool :
ug_clone.exe -operation=edit -load_log_file="C:\Drawing
Files\edit.clone.txt"

edit.clone.txt
Assembly Cloning Log File
&LOG Operation_Type: EDIT_IN_PLACE_OPERATION
&LOG Default_Cloning_Action: RETAIN
&LOG Default_Naming_Technique: USER_NAME
&LOG Default_Container: ""
&LOG Default_Directory: ""
&LOG Default_Part_Type: ""
&LOG Default_Part_Name: ""
&LOG Default_Part_Description: ""
&LOG
&LOG Part: "C:\Drawing Files\assembly1.prt"
&LOG Cloning_Action: DEFAULT_DISP
&LOG Part: "C:\Drawing Files\model1.prt" Cloning_Action: REPLACE Replacement_Part: "C:\Drawing Files\model3.prt"

Thank you...

Using NX 8 and PDM RuleDesigner
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top