iCAx开思网

标题: 【原创】修改UG的几个麻烦的默认参数 [打印本页]

作者: hai_ting    时间: 2004-8-22 23:59
标题: 【原创】修改UG的几个麻烦的默认参数
用记事本打开位于UGII下的ug_metric.def
  
1。禁止视图的光顺更改(原来好好的,学什么破衣啊。放大缩小老是要等)
  
查找“smooth”字样。
  
! Disable Smooth View Change - Controls the initial setting of general view
!                              animation playback for those functions which
!                              support view animation
!
! Valid options are: [on, off]  - off denotes view animation is enabled
!
UG_disableViewAnimation:    on//原来是off
  
2。取消跟踪轨迹(tracking)
  
查找“tracking”
  
! Dialog Bar Tracking:  - This option allows the user to specify whether
!                         the system should perform tracking within the
!                         Dialog Bar, e.g. Updating XC, YC and ZC fields
!                         as the cursor moves.
!
! Valid options are: [on, off]
!
UG_dialogBarTracking:   off//原来是on
  
3。撤消是否询问始终打开。
我经常会碰到误撤消的时候,不知道大家有没有这样的经历
  
查找“undo”字样
  
! Undo Confirmation - This option allows the user to specify whether
!                     a confirmation dialog should be presented prior to
!                     performing an Undo.  The value can also be set
!                     under the UI Preferences dialog.  Default is off.
! Valid options are: [on, off]
!                          on  - An Undo Confirmation dialog is presented
!                          off - An Undo Confirmation dialog is not presented
!
UG_undoConfirmation:             on原来是off
  
4。取消trim的重复使用边界的选项
  
查找trim
  
! Allow the user to set the default for the Reuse Bounding Objects toggle in the
! Trim Curve function. This toggle controls if the bounding objects selected will
! be retained after an apply or not.
! The valid options are:
! on    -> Toggle is set on
! off   -> Toggle is set off
Solids_TrimCurve_ReuseBound:off//原来是on
作者: hai_ting    时间: 2004-8-23 00:00
视图




欢迎光临 iCAx开思网 (https://www.icax.org/) Powered by Discuz! X3.3