Hi, Refers to the name of the model in the browser as in what I detailed with the arrow?
If so, you may have to open the master assembly and rename components.


Another option would be to run a rule ilogic like this to update all the model names
Dim openDoc As Document
openDoc = ThisDoc.Document
Dim doc As Document
For Each doc In openDoc.AllReferencedDocuments
Dim CurFileName As String
'get the path and file name of the selected item
CurFileName = doc.FullFileName
'defines backslash as the subdirectory separator
Dim strCharSep As String = System.IO.Path.DirectorySeparatorChar
'find the postion of the last backslash in the path
FNamePos = InStrRev(CurFileName, "\", -1)
'get the file name with the file extension
Name = Right(CurFileName, Len(CurFileName) - FNamePos)
doc.DisplayName =Name 'without extension.FileName
doc.save
Next
Please accept as solution and give likes if applicable.
I am attaching my Upwork profile for specific queries.
Sergio Daniel Suarez
Mechanical Designer
| Upwork Profile | LinkedIn