file rename $ptp_file_name $tmp_file_name set OLD [open $tmp_file_name r] ; set NEW [open $ptp_file_name w] set line "" while {[gets $OLD line] >= 0} { if {$line eq "CT"} { puts $NEW [lindex $tt 1] } else { puts $NEW $line } } close $OLD ; close $NEW MOM...
Rename your custom .so .dll LikeLikedUnlikeReply Stefan Pendl 9 years ago @plmdhw wrote: Rename your custom .so .dll That is not really an option, if there are users still working on the system. The way with the two variables allows one to just disable it where needed, without affe...
If this is correct, then after you rename each of the solid bodies, you can turn off time stamp mode in the part navigator (right click in the background of the part navigator and turn off the check mark from 'Time Stamp Order'). This will change the display from features to individua...